Stmt_audit_option_map entries
In the table stmt_audit_option_map, there are entries like this:
OPTION# NAME
24 SYNONYM
25 PUBLIC SYNONYM
80 CREATE SYNONYM
92 DROP ANY SYNONYM
895 CREATE PUBLIC SYNONYM
If I did the following statement:
AUDIT CREATE SYNONYM BY ACCESS; -- Then I assume that anybody that ran the CREATE SYNONYM statement would be audited.
But, what would happen if I did:
AUDIT SYNONYM BY ACCESS;
Does this mean that anybody that accessed any synonym would be audited??????