Thursday, 24 July 2014

Installing latest version of OPatch

Login to oracle support and download latest OPatch 6880880.

Steps to apply.
++ Check the version
[grid@localhost OPatch]$ ./opatch version
Invoking OPatch 11.2.0.1.1
OPatch Version: 11.2.0.1.1
OPatch succeeded.
[grid@localhost OPatch]

++ Backup old version OPatch files.
ORACLE_HOME in this example /u01/app/11.2.0

mkdir /u01/app/11.2.0/BK_OPatch
cp -R /u01/app/11.2.0/OPatch/ /u01/app/11.2.0/BK_OPatch/
rm -rf /u01/app/11.2.0/OPatch/
unzip /u01/app/11.2.0/p6880880_112000_Linux-x86-64.zip

++ Now check the version.

cd /u01/app/11.2.0
[grid@localhost OPatch]$ ./opatch version
OPatch Version: 11.2.0.3.6
OPatch succeeded.

No comments: