select * from DBA_PRIV_AUDIT_OPTS
union all
select * from DBA_STMT_AUDIT_OPTS;
select * from DBA_PRIV_AUDIT_OPTS
union all
select * from DBA_STMT_AUDIT_OPTS;
Also a few audit commands I find handy:
noaudit all;
-(Turns off all statement audit options).
noaudit all privileges;
-(Turns off all privilege audit options).
noaudit all on default;
-(Turns off all default object audit options).
audit drop any table:
-(Adds auditing for any table that is dropped.
-(Turns off all statement audit options).
noaudit all privileges;
-(Turns off all privilege audit options).
noaudit all on default;
-(Turns off all default object audit options).
audit drop any table:
-(Adds auditing for any table that is dropped.
No comments:
Post a Comment