11.2.0.1 oracle installation on Oracle Linux 6

System Configuration:

OS : Rhel 5.11 x86-64
RAM - 4G
Oracle S/W location : /u02

download software:

V17530-01_1of2.zip
V17530-01_2of2.zip

Unzip files:

go to software location

cd /backup/11g/

unzip V17530-01_1of2.zip
unzip V17530-01_2of2.zip

Here , it will create one folder "database" after unzipping both the files.

Installation Prerequisite: (please refer  )

Installation:

./runInstaller

[oracle@sourcenode01 database]$ ./runInstaller
Starting Oracle Universal Installer...

Checking Temp space: must be greater than 120 MB.   Actual 13351 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 3999 MB    Passed
Checking monitor: must be configured to display at least 256 colors.    Actual 16777216    Passed

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2018-09-24_08-56-47AM. Please wait ...[oracle@oel66401 database]$


    Click "Next"


    Click  "Yes" and "Next"


    Click "Next"


    Click "Next"


    Click "Next"    
    

   Click "Next"    


    Click "Next"    


    Click "Next"  

   Here few rpms are missing as bove shown , so in this case need to install missing rpms and   
   proceed.
   
    [root@localhost Server]# pwd
    /media/RHEL_5.11 x86_64 DVD/Server
    [root@localhost Server]# rpm -ivh libaio-devel-0.3.106-5.i386.rpm
    [root@localhost Server]# rpm -ivh libaio-devel-0.3.106-5.x86_64.rpm



   Next,

[root@localhost Server]# ls -ltr sysstat-7.0.2*
-r--r--r-- 252 oracle root 193348 Jun 23  2014 sysstat-7.0.2-13.el5.x86_64.rpm
[root@localhost Server]# rpm -ivh sysstat-7.0.2-13.el5.x86_64.rpm
warning: sysstat-7.0.2-13.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
Preparing...                ########################################### [100%]
1:sysstat                ########################################### [100%]
[root@localhost Server]#


Next,

[root@localhost Server]# ls -ltr unixODBC-devel-2.2.11*
-r--r--r-- 630 oracle root 756591 Dec 19  2011 unixODBC-devel-2.2.11-10.el5.i386.rpm
-r--r--r-- 280 oracle root 811785 Dec 19  2011 unixODBC-devel-2.2.11-10.el5.x86_64.rpm
[root@localhost Server]# rpm -q unixODBC-devel-2.2.11-10.el5.i386.rpm
package unixODBC-devel-2.2.11-10.el5.i386.rpm is not installed
[root@localhost Server]# rpm -q unixODBC-devel-2.2.11-10.el5.x86_64.rpm
package unixODBC-devel-2.2.11-10.el5.x86_64.rpm is not installed
[root@localhost Server]# rpm -ivh unixODBC-devel-2.2.11-10.el5.i386.rpm
warning: unixODBC-devel-2.2.11-10.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
Preparing...                ########################################### [100%]
   1:unixODBC-devel         ########################################### [100%]
[root@localhost Server]# rpm -ivh unixODBC-devel-2.2.11-10.el5.x86_64.rpm
warning: unixODBC-devel-2.2.11-10.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
Preparing...                ########################################### [100%]
   1:unixODBC-devel         ########################################### [100%]
[root@localhost Server]#


Finally , Click again. Missing rpm will no longer popped out. will move to next screen


Click "Finish"

Installation will progress further




  


 Finally to complete installation execute asked scrtips as per mentioned instruction.

[root@localhost Server]# sh /u01/app/oraInventory/orainstRoot.sh
Changing permissions of /u01/app/oraInventory.
Adding read,write permissions for group.
Removing read,write,execute permissions for world.

Changing groupname of /u01/app/oraInventory to oinstall.
The execution of the script is complete.

[root@localhost Server]# sh /u01/app/oracle/product/11.2.0.1.0/db_1/root.sh
Running Oracle 11g root.sh script...

The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /u01/app/oracle/product/11.2.0.1.0/db_1

Enter the full pathname of the local bin directory: [/usr/local/bin]: 
   Copying dbhome to /usr/local/bin ...
   Copying oraenv to /usr/local/bin ...
   Copying coraenv to /usr/local/bin ...


Creating /etc/oratab file...
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.sh script.
Now product-specific root actions will be performed.
Finished product-specific root actions.
[root@localhost Server]# 

Press "OK"






Comments

Popular posts from this blog

Installation of Oracle10g on LINUX

RMAN compression

Database upgrade -11.2.0.1 to 11.2.0.4