Friday, March 9, 2012

Rollback a Patch With Opatch

To rollback a patch with opatch utility
1- Export the PATH
PATH=$PATH:$ORACLE_HOME/OPatch

2- Check the patch is already applied
opatch lsinventory

3- Rollback the patch
opatch rollback -id 6646853 -all_nodes

4- Check that the patch was rolled back
opatch lsinventory

No comments: