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