In order to install the Oracle Database 11g R2 on Oracle Linux 6, your system needs to meet a few prerequisites, as outlined in the Linux Installation Guides. Using the Oracle RDBMS Server 11gR2 Pre-install RPM, you can complete most of the pre-installation configuration tasks. which is now available from the Unbreakable Linux Network, or via the Oracle public yum repository.
# cd /etc/yum.repos.d
# wget http://public-yum.oracle.com/public-yum-ol6.repo
# yum install oracle-rdbms-server-11gR2-preinstall
# ls -ltr /etc/sysctl*
# tail -33 /etc/sysctl.conf
# ls -ltr /etc/security/limits.conf*
# tail -18 /etc/security/limits.conf
From:
http://blogs.oracle.com/linux/entry/oracle_rdbms_server_11gr2_pre
hello,
ReplyDeletewhen installing Oracle 11g on Oracle OEL6.2 showed the lack of the packages below:
- Libaio-0.3.105 ... and others. In my OS I have libaio-0.3.107. What is the recommendation?
thank you,
This "warning" can be ignored on OEL6.2 ... Check these links for more info on this matter: https://forums.oracle.com/forums/thread.jspa?threadID=2375516 and https://www.oratoolkit.ch/knowledge/howto/installation/eeSrv-11g-R2-on-RHEL-6.0-x86_64.php. Hope it helps! Good luck.
Delete