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!

*.aud file in adump could i deleted manually?

nargesOct 28 2009 — edited Oct 28 2009
my parameter file is

audit_file_dest string /u01/oracle/admin/mydb/adump
audit_sys_operations boolean FALSE
audit_syslog_level string
audit_trail string NONE


and the databse is not set to audit database but adump directory has very file with *.aud.
could i delete these files without any problem (like bellow)?

find $ORACLE_HOME/.../audit -name \*.aud -mtime +14 -exec rm {} \;
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 25 2009
Added on Oct 28 2009
3 comments
27,470 views