System Tables Data Dictionary Oracle PLSQL Tutorial

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