Database Administration (MOSC)

MOSC Banner

Audit reports

edited Oct 10, 2012 5:14AM in Database Administration (MOSC) 2 commentsAnswered
we have enabled auditing in the 10g & 11g databases by setting audit_trail=db and following privs are audited by access..
audit alter any table by access;
audit create any table by access;
audit drop any table by access;
audit create any procedure by access;
audit drop any procedure by access;
audit alter any procedure by access;
audit grant any privilege by access;
audit grant any object privilege by access;
audit grant any role by access;
audit audit system by access;
audit create external job by access;
audit create any job by access;
audit create any library by access;
audit create public database link by access;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center