Hello,
I have oracle 12c installed on Linux and i enabled audit 8 months ago, all audit actions can be accessed from database ($AUD)
i have an issue now that
/oracle/admin/orcl/adump directory is increasing on a daily basis and i have to remove audit files by the below command:
rm -f orcl_ora_*_20180316*.aud
below my audit configuration:
SQL> show parameter audit;
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
audit_file_dest string /oracle/admin/orcl/adump
audit_sys_operations boolean TRUE
audit_syslog_level string
audit_trail string DB
unified_audit_sga_queue_size integer 1048576
i need to create a job to delete old logs automatically
Appreciate your support
Regards