http://www.oracle-base.com/articles/11g/oracle-db-11gr2-installation-on-oracle-linux-6.php
Oracle linux 6 安装oracle 11g R2 官方文档
Oracle Database 11g Release 2 (11.2) Installation On Oracle Linux 6
This article describes the installation of Oracle Database 11g Release 2 (11.2) (64-bit) on Oracle Linux 6 (64-bit). The article is based on a server installation with a minimum of 2G swap, with SELinux set to permissive and the firewall disabled. The following package groups were included for this installation.
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Base System > Base
Base System > Client management tools Base System > Compatibility libraries Base System > Hardware monitoring utilities Base System > Large Systems Performance Base System > Network file system client Base System > Performance Tools Base System > Perl Support Servers > Server Platform
Servers > System administration tools Desktops > Desktop Desktops > Desktop Platform Desktops > Fonts
Desktops > General Purpose Desktop Desktops > Graphical Administration Tools Desktops > Input Methods Desktops > X Window System
Development > Additional Development Development > Development Tools Applications > Internet Browser
An example of this type of Linux installations can be seen here. Alternative installations may require more packages to be loaded, in addition to the ones listed below.
? ? ?
Download Software Unpack Files Hosts File
o
Oracle Installation Prerequisites
Automatic Setup o o
? ? ?
Manual Setup Additional Setup
Installation Post Installation Common Errors
Download Software
Download the Oracle software from OTN or MOS depending on your support status.
? ?
OTN: Oracle Database 11g Release 2 (11.2.0.1) Software (64-bit) - For unsupported MOS: Oracle Database 11g Release 2 (11.2.0.3) Software (64-bit) - For supported installation. installation.
Unpack Files
Unzip the files.
# 11.2.0.1 unzip linux.x64_11gR2_database_1of2.zip unzip linux.x64_11gR2_database_2of2.zip #11.2.0.2 unzip p10098816_112020_Linux-x86-64_1of7.zip unzip p10098816_112020_Linux-x86-64_2of7.zip #11.2.0.3 unzip p10404530_112030_Linux-x86-64_1of7.zip unzip p10404530_112030_Linux-x86-64_2of7.zip #11.2.0.4 unzip p13390677_112040_Linux-x86-64_1of7.zip unzip p13390677_112040_Linux-x86-64_2of7.zip You should now have a single directory called \
Hosts File
The \
127.0.0.1 localhost.localdomain localhost 192.168.0.181 ol6-112.localdomain ol6-112 Oracle Installation Prerequisites
Perform either the Automatic Setup or the Manual Setup to complete the basic prerequisites. The Additional Setup is required for all installations.
Automatic Setup
If you plan to use the \package to perform all your prerequisite setup, follow the instructions at http://public-yum.oracle.com to setup the yum repository for OL, then perform the following command.
# yum install oracle-rdbms-server-11gR2-preinstall All necessary prerequisites will be performed automatically.
It is probably worth doing a full update as well, but this is not strictly speaking necessary.
# yum update Manual Setup