Dynamic Performance Views: V$SESSION contains information about each connected user or process in the database
SQL>
SQL> select sid, serial#, username, program from v$session
2 where username = 'HR';
no rows selected
Related examples in the same category