Oracle10g@Ubuntu7.10Server
berdasarkan informasi yg di dapatkan dari situs resminya oracle di www.oracle.com bahwa server database oracle ini hanya bisa di install di atas operation system, berikut :
The Linux distributions certified for Oracle Database 10g Release 2 are:
- Oracle Enterprise Linux 5 (OEL5)
- Oracle Enterprise Linux 4 (OEL4)
- Red Hat Enterprise Linux 5 (RHEL5)
- Red Hat Enterprise Linux 4 (RHEL4)
- Red Hat Enterprise Linux 3 (RHEL3)
- Novell SUSE Linux Enterprise Server 10 (SLES10)
- Novell SUSE Linux Enterprise Server 9 (SLES9)
- Asianux 2.0
- Asianux 1.0
We will cover the RHEL4 and SLES9 distributions only here.
berhubung lagi belajar linux pake ubuntu 7.10 server jadi pengen nginstall di atas ubuntu. gimana caranya? yg gampangnya sih install via gui ajah,walapun bisa lewat terminal (console), jadi mending ubuntu servernya di install KDE ato GNOME. n langsung masuk ke startx ato gnome pass awal login.
-> Other required package versions (or later):
#sudo apt-get install gcc libaio1 lesstif2 lesstif2-dev make rpm libc6 libstdc++5
-> Create the Oracle Groups and User Account
#sudo groupadd oinstall
#sudo groupadd dba
#sudo groupadd nobody
#sudo useradd -m oracle -g oinstall -G dba -s /bin/bash
#sudo passwd oracle
-> Configuring the Linux Kernel Parameters
#sudo nano /etc/sysctl.conf
tambahin dengan
kernel.shmall = 2097152
kernel.shmmax = 536870912
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
net.core.rmem_default=262144
net.core.wmem_default=262144
net.core.rmem_max=262144
net.core.wmem_max=262144
untuk nge cek, masukin perintak
#sudo /sbin/sysctl -p
-> Setting Shell Limits for the oracle User
#sudo nano /etc/security/limits.conf
masukin juga
* soft nproc 2047
* hard nproc 16384
* soft nofile 1024
* hard nofile 65536
-> Create link to used binary’s
#sudo ln -s /usr/bin/awk /bin/awk; sudo ln -s /usr/bin/rpm /bin/rpm; sudo ln -s /lib/libgcc_s.so.1 /lib/libgcc_s.so; sudo ln -s /usr/bin/basename /bin/basename;
-> Directory for Installation
#sudo mkdir /oracle
#sudo mkdir /oracle/10g
#sudo chown -R oracle:oinstall /oracle
#sudo chmod -R 775 /oracle
#sudo mkdir 10gR2_db
-> Create Oracle Profil
#sudo nano /etc/profile
masukan
export ORACLE_BASE=/oracle
export ORACLE_HOME=/oracle/10g
export ORACLE_SID=orcl10
export PATH=$PATH:$ORACLE_HOME/bin
-> Ubuntu made RedHat
#sudo nano /etc/redhat-release
masukan
Red Hat Enterprise Linux AS release 3 (Taroon)
<—————————————————————————————>
nah setingannya dah selesai…sekarang donlot file nya di http://download.oracle.com/otn/linux/oracle11g/linux_x86_11gR1_database.zip
udah githu
#sudo apt-get install unzip
#sudo unzip 10201_database_linux32.zip /10gR2_db
#su oracle
#cd /10gR2_db/database
#./runInstaller
yupz…selanjutnya tinggal next..netx..dan next…
referensi:
http://www.supinfo-projects.com/en/2006/oracle_on_ubuntu/
http://www.oracle.com/technology/pub/articles/smiley_10gdb_install.html
http://t-a-w.blogspot.com/2007/11/installing-oracle-10g-enterprise.html
KDE@Ubuntu7.10Gutsy-Server
ubuntu server 7.10 gutsy pengen ada KDE-nya..gimana???
#apt-get install kde
#apt-get install xorg
truz..buat masuk ke deskoptnya, tinggal
#startx
^^










