Database Administration (MOSC)

MOSC Banner

Help purging obsolete tracefiles

edited Oct 14, 2009 2:48AM in Database Administration (MOSC) 6 commentsAnswered
 Hello,

I may have this on the wrong site... I apologize in advance.  I am trying to purge trace files that are older than 7 days.  I am currently using Oracle 10G on a Windows Platform.   I went to the command prompt and tried the following code;

find $ORACLE_HOME/admin/bdump "sid_*.trc" -mtime +7 -exec rm {} \;

This does not work in windows.  Does anyone have any suggestions.

Thanks

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center