To know the list of connected users to the Oracle Database, run the below sql
select distinct username, osuser, terminal, utl_inaddr.get_host_address(terminal) ip_address, status, logon_time
from v$session
where username is not null
order by username, osuser;
Tuesday, September 8, 2009
List of connected users in Oracle

Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment