System Tables Views Oracle PLSQL

SQL> select
  2    OS_Username,          /*Operating system username used.*/
 10  from DBA_AUDIT_OBJECT;
SQL>