System Tables Data Dictionary Oracle PLSQL Tutorial

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