Check Patch Conflict
One-off patches
If you are going to apply one-off patch/es against $ORACLE_HOME, you should have to check conflicts between this patches first and then conflict of every patch against $ORACLE_HOME.To check conflict between patches
cd /path_to_your_patches/ opatch prereq CheckConflictAmongPatchesWithDetail -phBaseDir ./To check conflict against $ORACLE_HOME
cd /path_to_your_patches/ opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir ./To check every single one-off patch
cd /path_to_your_patches/ opatch prereq CheckConflictAgainstOHWithDetail -ph ./patch_number
Patchset
Patches included in patchset are not conflict within patchset, so you should have to check conflicts only against $ORACLE_HOMEcd /path_to_your_patch/patch_number/to check conflicts against $ORACLE_HOME, execute :
$mv README.txt ../ && opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir
Labels: Oracle






for this post
Leave a Reply