6.Installing Oracle Database 11gR2 Software on R

31
www.orienit .com Presented By OrienIT

description

Best Oracle Institute: orienit is the best Oracle Training Institutes in Hyderabad. Providing Oracle Training by real time faculty in Hyderabad.

Transcript of 6.Installing Oracle Database 11gR2 Software on R

  • www.orienit.comPresented By OrienIT

  • Preparation StepsLogin to virtual server tom as user oracle.

    Copylinux_11gR2_database_1of2.zip and linux_11gR2_database_2of2.zipinto /u01/staging.

    Unzip bothfiles using "unzip" command:

    [grid@tom staging]$ unzip linux_11gR2_database_1of2.zip

    [grid@tom staging]$ unzip linux_11gR2_database_2of2.zip

    Make sure the time settings on tom and jerry are in sync:

    [oracle@tom ~]$ date

    Wed Jun 9 22:17:06 PDT 2010

    [oracle@jerry ~]$ date

    Wed Jun 9 22:17:07 PDT 2010

    If the time difference is more than a few seconds, the installation could fail, so you would have to adjust the time, for example:

    [root@tom ~]$date +%T -s "10:13:13"

    [root@jerry ~]$date +%T -s "10:13:13"

    Go to /u01/staging/databasedirectory and start the installation by issuing:

    ./runInstallerwww.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • www.orienit.com

  • Executing "root" scripts in the right order

    a. Execute root.sh script on tom first and waitfor successful comlpetion:

    [root@tom~]$/u01/app/oracle/product/11.2.0/db1/root.sh

    b. Execute root.sh script on jerryonly after itsuccessfully completes on tom:

    [root@jerry~]$/u01/app/oracle/product/11.2.0/db1/root.sh

    c. Click "OK" on "Execute Configuration Scripts" window.

    If you hitbug 8670579 during the Grid installation, you most likely are going to have problems with the Database installation as well. The solution is to install the same patch8670579 in Oracle Home as well.www.orienit.com

  • www.orienit.com

  • The databasesoftware installation and database creation are complete!www.orienit.com

  • Commands to verify the state of the database, instances, and cluster crsctl stat res -t

    crsctl check cluster

    cluvfy comp clocksync -verbose

    srvctl status database -d acmedb

    srvctl status asm

    srvctl status nodeappswww.orienit.com

  • www.orienit.com

    ***Deselect I wish to receive security updates via My Oracle Support checkbox and click Next. Ignore Email address not specified warning by clicking Yes.***Make sure that both nodes (tom and jerry) are selected, andclick on SSH Connectivity buton.*Click OK button on the message box confirming thesuccessful SSH configuration and click "Next".******Enter acmedb.localhost in the Global database namefield and acmedb in the Oracle Service Identifier field (a corresponding number will be appended to each instance automatically).*****************