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

From: B.Dimple <bdimple_at_myway.com>
Date: 4 Jan 2004 11:38:50 -0800
Message-ID: <eb271e19.0401041138.7a87d401_at_posting.google.com>


"Ana C. Dent" <anacedent_at_hotmail.com> wrote in message news:<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;

Thanks for the quick response.

Unfortunately, when I try your suggestion, I get this error message :-

   "ORA-00942: table or view does not exist"

B.Dimple Received on Sun Jan 04 2004 - 20:38:50 CET

Original text of this message