WebLogic bundle patch using bsu failed with error “Conflict(s) detected – resolve conflict condition and execute patch installation again. Patch MXLE is mutually exclusive and cannot coexist with patch(es): 7HKN”
[oracle@orahow bsu]$ ./bsu.sh -install -patch_download_dir=/u01/app/Oracle/Middleware/utils/bsu/cache_dir/patch19 -patchlist=MXLE -prod_dir=/u01/app/Oracle/Middleware/wlserver_10.3
Checking for conflicts……….
…
Conflict(s) detected - resolve conflict condition and execute patch installation again
Conflict condition details follow:
Patch MXLE is mutually exclusive and cannot coexist with patch(es): 7HKN
Resolution:
Remove the older patch to resolve the conflict and apply the patch again.
Command to remove older patch:
[oracle@orahow bsu]$ ./bsu.sh -remove -patchlist=OLDER_PATCH_ID -prod_dir=/u01/app/Oracle/Middleware/wlserver_10.3
[oracle@orahow bsu]$ ./bsu.sh -remove -patchlist=7HKN -prod_dir=/u01/app/Oracle/Middleware/wlserver_10.3
Checking for conflicts….
……….
No conflict(s) detected
Removing Patch ID: 7HKN..
Result: Success
Older patch with conflict patch ID 7HKN is removed, now you can apply the patch again.
[oracle@orahow bsu]$ ./bsu.sh -install -patch_download_dir=/u01/app/Oracle/Middleware/utils/bsu/cache_dir/patch19 -patchlist=MXLE -prod_dir=/u01/app/Oracle/Middleware/wlserver_10.3
Checking for conflicts…………
No conflict(s) detected
Installing Patch ID: MXLE..
Result: Success