Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
55 views2 pages

Patch 20299013

The document provides steps to apply an Oracle grid patch 20299013 including checking for conflicts, applying the patch if no restrictions exist, performing steps on one node of an Oracle RAC environment, recompiling objects that may be invalid, and rollback steps including shutting down the instance, running OPatch rollback, starting the instance, and running rollback scripts.

Uploaded by

jay
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
55 views2 pages

Patch 20299013

The document provides steps to apply an Oracle grid patch 20299013 including checking for conflicts, applying the patch if no restrictions exist, performing steps on one node of an Oracle RAC environment, recompiling objects that may be invalid, and rollback steps including shutting down the instance, running OPatch rollback, starting the instance, and running rollback scripts.

Uploaded by

jay
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

1. Apply grid GI patch 20485808 ob both GI and db home.

2. check for any conflicts

unzip p20299013_112040_<platform>.zip
cd 20299013
opatch prereq CheckConflictAgainstOHWithDetail -ph ./

rolling patch

3. apply patch if no restrictions

unzip p20299013_112040_<platform>.zip
cd 20299013
opatch apply

oracle@ractest1:/opt/oracle/product/11.2.0/dbhome_2/OPatch/20299013>
/opt/oracle/product/11.2.0/dbhome_2/OPatch/opatch apply

4.For an Oracle RAC environment, perform these steps on only one node.

cd $ORACLE_HOME/rdbms/admin
sqlplus /nolog
SQL> CONNECT / AS SYSDBA
SQL> STARTUP
SQL> @catbundle.sql psu apply
SQL> QUIT

5. recomplie may see invalid objects.

cd $ORACLE_HOME/rdbms/admin
sqlplus /nolog
SQL> CONNECT / AS SYSDBA
SQL> @utlrp.sql

rollback
----------

1.
Shut down the instance on the node.

2.
Run the OPatch utility specifying the rollback argument as follows.
opatch rollback -id 20299013

If there are errors, refer to Section 5, "Known Issues".

3.
Start the instance on the node as follows:
srvctl start instance �d <db-unique-name> -n <nodename>

cd $ORACLE_HOME/rdbms/admin
sqlplus /nolog
SQL> CONNECT / AS SYSDBA
SQL> STARTUP
SQL> @catbundle_PSU_<database SID>_ROLLBACK.sql
SQL> QUIT

cd $ORACLE_HOME/rdbms/admin
sqlplus /nolog
SQL> CONNECT / AS SYSDBA
SQL> @utlrp.sql

You might also like