The document provides instructions for installing Oracle Linux 6.5 and Oracle 11g database on a server. It includes steps to partition disks, install Oracle pre-install package, configure filesystem mounts, install required OS packages, disable unnecessary services, create Oracle home directory, and copy Oracle installation files. The goal is to set up the server environment for Oracle database installation and match the production configuration.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
21 views3 pages
Procedimentos 2
The document provides instructions for installing Oracle Linux 6.5 and Oracle 11g database on a server. It includes steps to partition disks, install Oracle pre-install package, configure filesystem mounts, install required OS packages, disable unnecessary services, create Oracle home directory, and copy Oracle installation files. The goal is to set up the server environment for Oracle database installation and match the production configuration.
chkconfig iptables off chkconfig ip6tables off service iptables stop service ip6tables stop chkconfig auditd off chkconfig restorecond off chkconfig netfs on chkconfig --level 35 nscd on service nscd start