If your installation follows OFA, the following command will trim logs that have not been accessed withing the past 7 days...
*** replace ? with your database name (i.e ORCL) ***
find $ORACLE_HOME/admin/?/bdump -name "*.trc" -atime +7 -exec rm {} \;
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |