Friday, July 5, 2013

Installation of Oracle 10g in RHEL 4 (P-2)


Log into the oracle user. If you are using X emulation then set the DISPLAY environmental variable.
$DISPLAY=:0.0; export DISPLAY           
$xclock (the appearance of the digital clock indicates your display parameter is set)

Start the Oracle Universal Installer (OUI) by issuing the following command in the database directory.
$./runInstaller

Select Installation Method



Product-Specific Prerequisite Checks



Summary



Install



Configuration Assistants



Database Configuration Assistant


Database Configuration Assistant Password Management




Execute Configuration Scripts


Note: Open a terminal as a  root user and run the following and press enter repeatedly.
#sh /home/app/oracle/oraInventory/orainstRoot.sh
#sh /home/app/oracle/product/10.2.0/db_1/root.sh

Enter the full pathname of the local bin directory: [/usr/local/bin]: (pressed enter)
Copying dbhome to /usr/local/bin ...
Copying oraenv to /usr/local/bin ...
Copying coraenv to /usr/local/bin ...
End Of Installation
Post Installation
$ . /usr/local/bin/oraenv
and enter your SID_Name 

This completes the installation of 10g database to RHEL 4.6.