How to figure out all patch# or patch set# applied to each instance - Oracle RAC
Oracle = Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit ProductionOS = Linux 6
RAC = 3 nodes
I need to compare all Patch# and/or Patch Sets from my DEV to PROD environment.
I ran the following to check the inventory but is the best way to compare? Is there a SQL Query?
$ORACLE_HOME/OPatch/opatch lsinventory -detail -oh $ORACLE_HOME > INST01_ORACLE_HOME_lsinventory.txt
$GRID_HOME/OPatch/opatch lsinventory -detail -oh $GRID_HOME > INST01_GRID_HOME_lsinventory.txt
RAC = 3 nodes
I need to compare all Patch# and/or Patch Sets from my DEV to PROD environment.
I ran the following to check the inventory but is the best way to compare? Is there a SQL Query?
$ORACLE_HOME/OPatch/opatch lsinventory -detail -oh $ORACLE_HOME > INST01_ORACLE_HOME_lsinventory.txt
$GRID_HOME/OPatch/opatch lsinventory -detail -oh $GRID_HOME > INST01_GRID_HOME_lsinventory.txt
0