Mega Code Archive

 
Categories / Oracle PLSQL / System Tables Views
 

Query DBA_AUDIT_OBJECT for Name of the affected object

SQL> select   6    Obj_Name             /*Name of the affected object.*/  10  from DBA_AUDIT_OBJECT; SQL>