How to get the list of open session for an username
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'
To be executed as SYSTEM :
select username, osuser, machine, terminal, status from v$session where username = 'MYUSER'