Patch "27491934" overlays " 14825718 ". Conflict check between them is skipped.

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Patch "27491934" overlays " 14825718 ". Conflict check between them is skipped.

satish
Dear erman,

We are applying cpu patches to forms and reports oracle home in R12.2.5

can we ignore the below message.

Patch "27491934" overlays " 14825718 ". Conflict check between them is skipped.


appltest@erpsupport 10.1.2]$ cd 27491934
[appltest@erpsupport 27491934]$ $ORACLE_HOME/OPatch/opatch apply -report

Oracle Interim Patch Installer version 1.0.0.0.64
Copyright (c) 2011 Oracle Corporation. All Rights Reserved..

Oracle recommends you to use the latest OPatch version
and read the OPatch documentation available in the OPatch/docs
directory for usage. For information about the latest OPatch and
other support-related issues, refer to document ID 293369.1
available on My Oracle Support (https://myoraclesupport.oracle.com)

Oracle Home           : /u03/test/fs1/EBSapps/10.1.2
Oracle Home Inventory : /u03/test/fs1/EBSapps/10.1.2/inventory
Central Inventory     : /u03/test/oraInventory
   from               : /etc/oraInst.loc
OUI location          : /u03/test/fs1/EBSapps/10.1.2/oui
OUI shared library    : /u03/test/fs1/EBSapps/10.1.2/oui/lib/linux/liboraInstaller.so
Java location         : /u03/test/fs1/EBSapps/10.1.2/jdk/jre/bin/java
Log file location     : /u03/test/fs1/EBSapps/10.1.2/.patch_storage/<patch ID>/*.log

Creating log file "/u03/test/fs1/EBSapps/10.1.2/.patch_storage/27491934/Apply_27491934_09-21-2021_11-24-32.log"

Invoking fuser to check for active processes.


Patch "27491934" overlays " 14825718 ". Conflict check between them is skipped.

Backing up comps.xml ...

OPatch detected non-cluster Oracle Home from the inventory and will patch the local system only.


Please shut down Oracle instances running out of this ORACLE_HOME
(Oracle Home = /u03/test/fs1/EBSapps/10.1.2)
Is this system ready for updating?
Please respond Y|N >
Y
Applying patch 27491934...


[appltest@erpsupport 27491934]$


Thank you
Reply | Threaded
Open this post in threaded view
|

Re: Patch "27491934" overlays " 14825718 ". Conflict check between them is skipped.

ErmanArslansOracleBlog
Administrator
14825718 is the prereq of 27491934.
Checked the inventory.xml of 27491934;

-<prereq_oneoffs>
<prereq oneoff_id="14825718"/>
</prereq_oneoffs>
<coreq_oneoffs/>
-<overlay_oneoffs>
<overlay oneoff_id="14825718"/>
</overlay_oneoffs>

So 14825718 is a prereq, but 27491934 is also an overlay patch for it.

Definition: When an interim patch conflicts with a PSU, patch conflict resolution is achieved by providing a new patch that coexists with (and requires) the PSU patch. The new patch overlays the PSU, and the PSU is a pre-requisite for the overlay patch.

Extra info: Patch Conflict

If a patch makes different changes to the same section of code that another OPatch modifies, then these two patches conflict, and only one of them can be installed (unless a merge or overlay patch is available).

*So.. you can continue patching..