=========================
PSU JUL 2022 : 34204576
=========================
Node 1:
Conflict check on grid home
===========================
/u01/app/12.1.0.2/grid/OPatch/opatchauto apply /home/grid/patches/34204576 -oh
/u01/app/12.1.0.2/grid -analyze
Conflict check on rdbms home
===========================
/u01/app/oracle/product/12.1.0.2/dbhome_cr409/OPatch/opatchauto apply
/home/oracle/patches/34204576 -oh /u01/app/oracle/product/12.1.0.2/dbhome_cr409
-analyze
Step 1: Stop the instance on node1(oracle)
==========================================
srvctl status database -d vdsrp -v
srvctl stop instance -i vdsrp1 -d vdsrp
srvctl status database -d vdsrp -v
Step 2: To Apply PSU patch as root user(root)
=============================================
Grid home
---------
/u01/app/12.1.0.2/grid/OPatch/opatchauto apply /home/grid/patches/34204576 -oh
/u01/app/12.1.0.2/grid/
or
/u01/app/12.1.0.2/grid/OPatch/opatchauto apply /home/grid/patches/34204576
rdbms home
----------
/u01/app/oracle/product/12.1.0.2/dbhome_cr409/OPatch/opatchauto apply
/home/oracle/patches/34204576 -oh /u01/app/oracle/product/12.1.0.2/dbhome_cr409
crsctl query crs activeversion
crsctl query crs softwareversion
crsctl query crs releaseversion
crsctl query crs releasepatch
crsctl query crs softwarepatch
repeat the same steps in all the nodes.
repeat the same steps in all the nodes.
Step 3 : Please run datapatch if it not Applied
===============================================
cd $ORACLE_HOME/OPatch
./datapatch -verbose
set line 1000
col action form a12
col version form a40
col description form a85
col action_date form a20
select description, action, to_char(action_time,'DD/MM/RR HH24:MI:SS') action_date,
' ' version
from dba_registry_sqlpatch;
Known issues
chmod -R 775