Dynamic Performance Views: V$SESSION contains information about each connected user or process in the database : V_SESSION « System Tables Views « Oracle PL / SQL






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

1.Blocked-session details
2.Select the default value from V$SESSION.CLIENT_INFO.