how to audit all grants and revoke statements?
733414Jun 22 2010 — edited Jun 24 2010I tried the following and checked dba_audit_trail, but it does not seem to work. I need to audit every time someone issues a grant and a revoke statement.
audit grant any object privilege by access;
audit grant any privilege by access;
audit grant any role by access;