Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ons.log is big

user12048358Jan 28 2016 — edited Feb 2 2016

Hi ;

I got this file ons.log tha lately is growing quickly.  The file is located in $CRS_HOME/opmn/log . The oracle version is 10.2.0 and the OS is AIX 5.3.

I was reading to solve this problem change these parameters:

edit the file +$ORACLE_HOME \opmn\conf\opmn.xml+ and change the log level from 4 (high) to 1 (low)

edit the lines :

log-file path="$ORACLE_HOME\opmn\logs\ons.log" level="4" rotation-size="1500000" --> "$ORACLE_HOME\opmn\logs\ons.log" level="1" rotation-size="1500000"

AND

log-file path="$ORACLE_HOME\opmn\logs\ipm.log" level="4" rotation-size="1500000" --> log-file path="$ORACLE_HOME\opmn\logs\ipm.log" level="1" rotation-size="1500000"

The problem is I can not locate that file. I mean, the file opmn.xml does not exist.

So, what else can I do to avoid this file continue growing?

Thanks for your help

Best Regards

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 1 2016
Added on Jan 28 2016
7 comments
883 views