| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> Re: How can I check the Users who are online ?
B.Dimple wrote:
> Hi Oracle Experts,
>
> How can I check the Users who are online ?
>
> Is there a table name which contains a list of DB users (e.g in
> SQLServer the table is sysusers) ?
>
> B.Dimple
> Junior DBA
select username, osuser from v$sessions; Received on Sat Jan 03 2004 - 14:39:33 CST
![]() |
![]() |