http://blog.csdn.net/shile1987/article/details/6688429
1. Create oracle User Account
Login as root and create te user oracle which belongs to dba group.
2. Setting System parameters
Edit the /etc/sysctl.conf and add following lines:
Note: You need reboot system or execute "sysctl -p" command to apply above settings.
For RedHat (OEL, Centos, WBL) 4 version: Edit the /etc/pam.d/login file and add following line:
For RedHat (OEL, Centos) 5 version: Edit the /etc/pam.d/login file and add following line:
Edit the /etc/security/limits.conf file and add following lines:
3. Creating oracle directories
4. Setting Oracle Enviroment
Edit the /home/oracle/.bash_profile file and add following lines:
Save the .bash_profile and execute following commands for load new enviroment:
1. Download and install required .rpm packages
Some additional packages are required for succesful instalation of Oracle software. To check wheter required packages are installed on your operating system use following command:
If some package is not installed then install it from installation media or download it from following locations:
RedHat Enterprise Linux 4 - source packages only
RedHat Enterprise Linux 5 - source packages only
Centos Linux 4
Centos Linux 5
This is example how to build RPM package from source package (libaio-0.3.105-2.src.rpm). Note gcc, make and rpm-build (and dependent) packages must be already installed on your system.
Install the required packages using the rpm command:
2. Download the Oracle 11g release 1 (11.1.0.6.0) software from Oracle website .
Extract the files using following command:
3. Start the Oracle software installation process.
Now the system is prepared for Oracle software installation. To start the installation process execute the following commands:
1. (Optional) Auto Startup and Shutdown of Database and Listener
Login as root and modify /etc/oratab file and change last character to Y for apropriate database.
As root user create new file "oracle" (init script for startup and shutdown the database) in /etc/init.d/ directory with following content:
Execute (as root) following commands (First script change the permissions, second script is configuring execution for specific runlevels):
2. (Optional) Auto Startup and Shutdown of Enterprise Manager Database Control
As root user create new file "oraemctl" (init script for startup and shutdown EM DB Console) in /etc/init.d/ directory with following content:
Execute (as root) following commands (First script change the permissions, second script is configuring execution for specific runlevels):
3. (Optional) You may consider to use rlwrap for comfortable work with sqlplus and adrci utility. RPM package for RedHat compatible (x86) distribution you can download here .
DISPLAY not set. Please set the DISPLAY and try again.
Solution: Execute "export DISPLAY=:0.0" when you perform installation on local machine or "export DISPLAY=:0.0 when you perform installation on remote machine connected over SSH". Don't forget to execute "xhost +" command on client machine.
error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
Solution: Install libaio and libaio-devel packages. If packages already installed and error still occurs try execute "ldconfig" as root.
Check complete. The overall result of this check is: Failed <<<<