Query DBA_AUDIT_OBJECT for Oracle username of the account used
SQL> select 3 Username /*Oracle username of the account used.*/ 10 from DBA_AUDIT_OBJECT; SQL>