Mega Code Archive
Categories
/
Oracle PLSQL Tutorial
/
System Tables Data Dictionary
Query DBA_AUDIT_SESSION for Operating system username used
SQL> select 2 OS_Username /*Operating system username used.*/ 10 from DBA_AUDIT_SESSION; SQL>