Thursday, June 28, 2007

OPMN log and debug configuration

Another gem I found when dealing with a problem. The following piece of code shows the configuration to modify the opmn debug level:

< xmlns="http://www.oracle.com/ias-instance">

< path="$ORACLE_HOME\opmn\logs\opmn.log" comp="internal;ons;pm" size="1500000">

< path="$ORACLE_HOME\opmn\logs\opmn.dbg" comp="internal;ons;pm" size="1500000">

...

< /opmn >


Now I need to find out which components exist besides internal, ons and pm.

No comments: