I followed the tutorial written by James F. Koopmann located at http://www.jameskoopmann.com/docs/Install_Oracle11gCentOS5.htm. It is basically the best oracle installation tutorial I found on the internet.
The tutorial just install the software only. For the database creation, we can install later using Database Configuration Assistant (DBCA).
For the x64 platform you need to modify some settings in the /etc/sysctl.conf file and also the memory swap space.
I have 2GB RAM and set the swap memory to 2GB also, but in the installation stage the expected swap space is 3GB.
Here are the parameter of /etc/sysctl.conf file you need to consider:
kernel.sem = 250 32000 100 128 net.ipv4.ip_local_port_range = 9000 65500 net.core.rmem_default = 4194304 net.core.rmem_max = 4194304 net.core.wmem_default = 262144 net.core.wmem_max = 1048576 fs.file-max = 6815744 fs.aio-max-nr = 1048576
Below are the screenshots of the installation process:
Incoming search terms for this post:
- install oracle 11g on centos 5 4 (22)
- centos 5 4 oracle 11g (12)
- installing oracle 11g on centos 5 4 (12)
- oracle 11g centos 5 4 (12)
- oracle 11gr2 redhat 5 (11)
- centos 5 4 oracle (11)
- oracle centos 5 4 (11)
- centos 5 4 oracle 11gr2 (8)
- oracle on centos 5 4 (7)
- install oracle 11gr2 on centos (6)
- centos oracle 11gr2 (6)
- oracle 11gr2 centos 5 4 (6)
- CentOS install Oracle 11g R2 (5)
- oracle 11g r2 centos (4)
- oracle 11gr2 rhel5 (4)
- installing oracle 11g r2 centos (4)
- installing oracle 11gr2 on centos 5 4 (4)
- instalar oracle 11g en centos 5 4 (3)
- install oracle 11g R2 on centos (3)
- oracle 11gr2 centos (3)












Comments