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!

Enable Auditing At Schema level

AKPTNov 7 2013 — edited Nov 8 2013

Oracle 11g

Unix

Hi DBAs,

I am trying to enable auditing on a Schema for all the Select/Insert statements fired on the objects of this schema.

SQL> audit select on abc_owner by access;

audit select on abc_owner by access

                *

ERROR at line 1:

ORA-00942: table or view does not exist

From here i can understand that i will have to mention objects of this schema.But i have around 500 objects in this schema.

Is there any option through which i can enable auditing at schema level?

Thanks,

AKPT

This post has been answered by sb92075 on Nov 7 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 6 2013
Added on Nov 7 2013
14 comments
4,619 views