10g Installation On Linux
10g Installation On Linux
kernel.msgmnb = 65535
kernel.msgmni = 2878
kernel.sem = 256 32000 100 142 #This sets SEMMSL, SEMMNS, SEMOPM, SEMMNI
net.core.rmem_default = 262144
net.core.rmem_max = 262144
net.core.wmem_default = 262144
net.core.wmem_max = 262144
Once set run sysctl –p to avoid restarting the machine.
ii) Edit limits.conf as below…vi /etc/security/limits.conf
[root@erpdevdbs01 ~]#
Place the software under any filesystem you wish to provided oradev user has the access to start
the installation.
total 1683960
[oradev@erpdevdbs01 database]$
./runInstaller
[root@erpdevdbs01 oraInventory]# ./orainstRoot.sh
[root@erpdevdbs01 oraInventory]#
ORACLE_OWNER= oradev
ORACLE_HOME= /oraDevBin/oracle/db/tech_st/10.2.0.3
[root@erpdevdbs01 10.2.0.3]#
Post Install Steps
ORACLE_BASE=/oraDevBin/oracle
export ORACLE_BASE
ORACLE_HOME=/oraDevBin/oracle/db/tech_st/10.2.0.3
export ORACLE_HOME
PATH=$PATH:$HOME/bin:$ORACLE_HOME/bin:$ORACLE_HOME/lib
export PATH