Sei sulla pagina 1di 2

ORACLE INSTALLATION ===================== Right Clic on des top and open terminal [root@localhost~]#m dir -p /oraeng/app/oracle/product/11.1.

0/ [root@localhost~]#groupadd -g 1000 oinstall [root@localhost~]#groupadd -g 2000 dba [root@localhost~]#useradd -u 1000 -g oinstall -G dba -d /oraeng/app/oracle/produ ct/11.1.0 -m oracle [root@localhost~]#passwd oracle ********* ********* [root@localhost~]#chown -R oracle:oinstall /oraeng [root@localhost~]#chown -R oracle:dba /dis 1 /dis 2 /dis 3 Setting Kernel Parameters -----------------------------------[root@localhost~]#cd /etc/rc.d/rc5.d [root@localhost rc5.d]#vi s99 ernel

[root@localhost rc5.d]#chmod 755 s99 ernel [root@localhost rc5.d]# cd /etc [root@localhost etc]# vi sysctl.conf Append the following lines at the end of the file for Oracle 11g Environment net.core.rmem_default=262144 net.core.wmem_default=262144 net.core.rmem_max=262144 net.core.wmem_max=262144 fs.file-max = 6553600 save and exit the file [root@localhost~]#mount /media/cdrom [root@localhost~]#cd /media/cdrom [root@localhost cdrom]#ls [root@localhost cdrom]#cp -r linux_x86_11gR1_database.zip /opt Open One More Terminal to edit profile [root@localhost~]# su - oracle [oracle@localhost~]$ vi .bash_profile PATH=$PATH:$HOME/bin export PATH unset USERNAME export ORACLE_SID=ORCL export ORACLE_HOME=/oraeng/app/oracle/product/11.1.0 export PATH=$ORACLE_HOME/bin:$PATH save and exit and compile Go to 1st terminal

echo echo echo echo echo echo

2147483648 > /proc/sys/ ernel/shmmax 4096 > /proc/sys/ ernel/shmmni 2097152 > /proc/sys/ ernel/shmall 65536 > /proc/sys/fs/file-max 1024 65000 > /proc/sys/net/ipv4/ip_local_port_range 250 32000 100 128 > /proc/sys/ ernel/sem

[root@localhost [root@localhost [root@localhost [root@localhost

cdrom]# cd /opt/ opt]# unzip linux_x86_11gR1_database.zip cdrom]# cd database database]# ./runInstaller

In window select Advanced Installation ------> Next Select Enterprise Edition -------> Next Specify Oracle Base: /oraeng/app/oracle/product/11.1.0 Warning ---> yes warning ---> yes ----> Next

Select Configuration Option -------------------------------Select install S/W only, press ---> Next press ---> Next Select Install At end it gives 2 scripts, run them before pressing OK Open terminal as a root user to run the scripts [root@localhost ~]# sh /oraeng/app/oracle/product/11.1.0/orainventory/orainstroo t.sh [root@localhost ~]# sh /oraeng/app/oracle/product/11.1.0/root.sh ***************Installation Finished*****************

In Product Specification Prerequisites Chec ed Now press ----> Next

select warning,error and not execut

Potrebbero piacerti anche