Skip to Main Content

Database Software

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

DB Audit Log Files

MUHAMar 21 2018 — edited Mar 21 2018

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

This post has been answered by Roxana - Oracle-Oracle on Mar 21 2018
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 18 2018
Added on Mar 21 2018
7 comments
7,169 views