Sunday, 4 July 2021

Oracle EBS R12.2 - Enable debug for opmn

To enable debug for opmn, edit 

$IAS_ORACLE_HOME/instances/<instance>/config/OPMN/opmn/opmn.xml

Change the following line

        <debug comp="" rotation-size="1500000"/>
        to
        <debug comp="ons[all];pm[all]" rotation-size="1500000"/>

No comments:

Post a Comment