Wednesday, March 19, 2014

Oracle 11GR2 (11.2.0.4) Database Software Installation


                                      11.2.0.4 Installation Steps 

Step 1:Installation of Oracle Sotware 11.2.0.4 Home

Steps to Invoke Xconsole of the server to start Installation:

Example:

 Login cygwin àxhost +192.168.1.1
  ssh oracle@192.168.1.1
  Invoke the runInstaller to get the Xwindow

Invoke runInstaller from 11.2.0.4 software as Oracle user :
192.168.1.1 (oracle in )/dbdata/11.2.0.4_software> cd database
192.168.1.1 (oracle in )/dbdata/11.2.0.4_software/database> ls
install       readme.html   response      rootpre       rootpre.sh    rpm           runInstaller  sshsetup      stage         welcome.html

192.168.1.1 (oracle in )/dbdata/11.2.0.4_software/database> ./runInstaller










Run rootpre.sh as root user before starting the installation :

192.168.1.1:/# sh /dbdata/11.2.0.4_software/database/rootpre.sh
/dbdata/11.2.0.4_software/database/rootpre.sh output will be logged in /tmp/rootpre.out_14-03-18.09:56:58
Checking if group services should be configured....
Nothing to configure.


Skip the security update by unchecking it
















Pass ‘Yes’ to skip the security update and proceed with installation




















 
Select Install database software only to install the 11.2.0.4 software


Select Single Instance database Installation for Standalone Installation

 


Select English as a base language for the installation



Select Enterprise Edition version for the software installation



Provide Oracle Base as ‘/orasw/oracle’ and pass the software location to install the Oracle Home



Select Operating System Group as “DBA” for Oracle user




Crosscheck to ensure all the pre-requisites satisfied before installing :
If any pre-requisites failed confirm with Unix admin if it’s installed then check the box
“Ignore All” checkbox at right top corner and proceed with installation

 



Once Installation completed, ensure to run root.sh script with the help of Unix admin then click ok to complete the software installation


192.168.1.1:# (oracle in )/orasw/oracle/product/11.2.0.4> sh root.sh

Performing root user operation for Oracle 11g

The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /orasw/oracle/product/11.2.0.4

Enter the full pathname of the local bin directory: [/usr/local/bin]:
The contents of "dbhome" have not changed. No need to overwrite.
The file "oraenv" already exists in /usr/local/bin.  Overwrite it? (y/n) [n]:
The contents of "coraenv" have not changed. No need to overwrite.

Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Finished product-specific root actions.

Click Close to finish the 11.2.0.4 Installation 

No comments:

Post a Comment