Mega Code Archive

 
Categories / Oracle PLSQL / System Tables Views
 

Query DBA_AUDIT_OBJECT for Numeric code for the action

SQL> select   7    Action_Name,          /*Numeric code for the action.*/  10  from DBA_AUDIT_OBJECT; SQL>