Patching and Upgrading oracle RAC
Concept: Rolling patching allows patches to be applied to one node at a time without shutting down the entire cluster. This ensures that the database remains
oracle configurationintermediate
by OracleDba
20 views
Concept: Rolling patching allows patches to be applied to one node at a time without shutting down the entire cluster. This ensures that the database remains
1234567
srvctl config database –verbose
crsctl query crs softwareversion –all
opatch version
opatch lsinventory -detail -oh $GRID_HOME
opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir /u01/30135696/29401763
opatchauto apply /u01/301356961234567
opatchauto apply /u01/30135696
nohup ./datapatch -verbose &
SELECT description, ACTION, STATUS, TARGET_BUILD_TIMESTAMP from
dba_registry_sqlpatch;
crsctl query crs releasepatchPlease to add comments
No comments yet. Be the first to comment!