Re: How can I check the Users who are online ?

From: Ana C. Dent <anacedent_at_hotmail.com>
Date: Sat, 03 Jan 2004 12:39:33 -0800
Message-ID: <6MFJb.47113$BQ5.3860_at_fed1read03>


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 - 21:39:33 CET

Original text of this message