Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.oracle -> Re: How can I check the Users who are online ?

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@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 - 14:39:33 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US