Sie sind auf Seite 1von 1

DB UPGRADE FROM ORACLE 10.2.0.4 TO 11.2.2.0 SAP VERSION ON ECC 6.

0 SR3 THIS PROCESS NOT FOR BELOW 10G VERSION, PATCH LEVEL SHOULD BE 10.2.0.4 LSNRCTL, DATABASE SHOULD BE UP NO NEED TO SHUTDOWN THE SAP 1. echo $ORACLE_BASE O/P --> /oracle 2. echo $ORACLE_HOME O/P --> /oracle/SID/102_64 Navigate to oracle_base 3. cd $ORACLE_BASE pwd ---> /oracle

check oracle base directory permissions (write and read ) touch $ORACLE_BASE/write_test rm $ORACLE_BASE/write_test we have 102_64 in two places A. cd /oracle/stage B. cd /oracle/SID/ login as root Create directory in these two places mkdir 112_64 directory change ownership of the directory chown -R ora<SID>:dba 112_64 Navigate to DUMP --> go to 11G folder --> goto 51040095 copy -pr OR111264.SAR to stage/112_64 copy -pr OR211264.SAR to stage/112_64 su ora<SID> navigate to 112_64 cd oracle/stage/112_64 SAPCAR -xvf bothfiles This will create Database folder under in 112_64 This will create database folder in stage/112_64

Das könnte Ihnen auch gefallen