System Tables Views Oracle PLSQL

SQL> select
  5    Owner                /*Owner of the affected object.*/
 10  from DBA_AUDIT_OBJECT;
SQL>