Query DBA_AUDIT_OBJECT for Numeric code for the action : DBA_AUDIT_OBJECT « System Tables Views « Oracle PL / SQL
- Oracle PL / SQL
- System Tables Views
- DBA_AUDIT_OBJECT
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>
Related examples in the same category