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!

AUDIT Enable for specific user

1760869Sep 21 2016 — edited Sep 21 2016

Hi All

I need to enable auditing for specific user ,

Command :

AUDIT  INSERT ANY TABLE,  UPDATE ANY TABLE ,  DELETE ANY TABLE BY TREVOR;

When i retrieve data from dba_audit_trail  there are only data which are done to own objects, there are no any records for other schema objects.

sql:

SELECT *

FROM DBA_AUDIT_TRAIL

WHERE USERNAME = 'TREVOR' ;

I need to get audit records done by this user to other schema objects  , What is the issue with my command ? how can i overcome this ?

Thank You

Malith

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 19 2016
Added on Sep 21 2016
6 comments
803 views