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.

What is the best way to enable audit and exclude a particular user to keep the audit table growth un

Junaidullah.Khan-OracleMay 25 2016 — edited Jun 13 2016

11.2.0.3

Linux x86-64


The goal is to check usage of a particular table which is being decommissioned/renamed
    - Auditing is enabled for said table
    - One of the reporting user is accumulating audit table with millions of records


So how best to exclude this particular reporting user and continue to check usage of table


Below is the command that was used to enabling auditing:


AUDIT ALL ON TEST_TABLE BY ACCESS WHENEVER SUCCESSFUL;

What would be the best way to enable audit and exclude a particular user to keep the audit table growth under control?


Recently over the span of 1 hours 20 gb needed to be added to audit tablespace.

This post has been answered by Vlad Visan-Oracle on May 26 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 11 2016
Added on May 25 2016
4 comments
2,941 views