Help purging obsolete tracefiles
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