Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / System Tables Data Dictionary
 

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>