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