p6880880_190000_Linux-x86-64
Patch 6880880 - OPatch for DB 19.0.0.0.0
p6880880_190000_Linux-x86-64
Update OPatch Utility
To update Opatch, use the following instructions:
-
Download the OPatch utility to a temporary directory.
-
For each Oracle RAC database home and the GI home that are being patched, run the following commands as the home owner to extract the OPatch utility.
unzip <OPATCH-ZIP> -d <ORACLE_HOME>
<ORACLE_HOME>/OPatch/opatch version
Record 1: Update OPatch utility version to 12.2.0.1.32 for Single Instance
Check the current opatch version.
~]# /u01/app/oracle/product/19.0.0/dbhome_1/OPatch/opatch version |
Take a backup of ORACLE_HOME/OPatch.
~]# mv /u01/app/oracle/product/19.0.0/dbhome_1/OPatch{,.bak.`date +%m%d`} |
Unzip the OPatch downloaded zip into ORACLE_HOME directory.
~]# unzip -q /soft/p6880880_190000_Linux-x86-64.zip -d /u01/app/oracle/product/19.0.0/dbhome_1/ |
Check the version of the opatch utility on each node.
~]# ls -ld /u01/app/oracle/product/19.0.0/dbhome_1/OPatch |
Record 2: Update OPatch utility version to 12.2.0.1.32 for RAC
Check the current opatch version on each node.
~]# /u01/app/19.0.0/grid/OPatch/opatch version |
Take a backup of ORACLE_HOME/OPatch on each node.
~]# mv /u01/app/19.0.0/grid/OPatch{,.bak.`date +%m%d`} |
Unzip the OPatch downloaded zip into ORACLE_HOME directory on each node.
~]# unzip -q /soft/p6880880_190000_Linux-x86-64.zip -d /u01/app/19.0.0/grid/ |
Check the version of the opatch utility on each node.
~]# ls -ld /u01/app/19.0.0/grid/OPatch |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.





