Installation of Oracle 11g On Linux
Installation of Oracle 11g On Linux
How to Check Current Shared Memory, Semaphore Values for oracle database?
How to recover linux after xp install using grub install?
Group and User Creation in Unix/Linux
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.
Pre-Installation Tasks:
—– 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
—– Make sure that the parameters and values in /etc/system file are set properly
# cat /etc/sysctl.conf
—– Add or edit the following line in the /etc/pam.d/login file, if it does not already exist
Note: Take a back up of this file before changing the values and parameters.
# cp –p /etc/pam.d/login /etc/pam.d/login .old
—– Check the DISPLAY variable is set, if not, then set the variable.
$ echo $DISPLAY
$ DISPLAY=:0.0
$ export DISPLAY
Su – root
Password: xxxx ( Enter the root password here)
# xhost +
* Answer to the subsequent wizards or screens options with the proper information
Note: Fore more instructions one creating the database using DBCA tool or Manual method,
please refer my blog link for the same.
Conclusion: I have followed the above series of steps for installing on one of Linux boxes. I
would request and suggest them to go through the referenced links below, who are willing to do
this with other options during the installation and as per their requirement.