Installation of Oracle 11g On Linux
Installation of Oracle 11g On Linux
Posted by Jiltin
As we all aware that Oracle 11g is now available for installing on Linux. Yesterday, I installed &
configured the Oracle 11gR1 (11.1.0) and created the database on Linux (Red Hat Enterprise
Linux 4.0) successfully. I would like to share the steps with my blog viewers what I have
followed to install it.
Operating System Details:
Linux (Red Had Enterprise Linux 4.0)
Database Version Details:
Oracle 11g Release 1 (11.1.0)
Download Software: (linux_11gR1_database.zip)
http://www.oracle.com/technology/software/products/database/index.html
Pre-Installation Tasks:
* Prepare the stage area for Oracle Software on the Serve
Choose the mount point where software needs to be staged.
/u01
Create the stage directories and change the ownership and permissions.
Su root
Password: xxxxx ( Enter your root password Here)
# mkdir p /u01/11gStage
# chown R oracle:dba /u01/11gStage
# chmod R 755 /u01/11gStage
Copy the software in the stage area
ftp the downloaded Oracle 11g software in this stage area and change the ownership and
permissions.
$ cd /u01/11gStage
$ chown oracle:dba linux_11gR1_database.zip
$ chmod 755 linux_11gR1_database.zip
* Performing the pre-installation tasks
Check the size of physical RAM