How to get the list of open session for an username
Mar 15, 2011
1 minute read

How to get the list of open session for an username

To be executed as SYSTEM :

select username, osuser, machine, terminal, status from v$session where username = 'MYUSER'


comments powered by Disqus