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

Home -> Community -> Usenet -> c.d.o.server -> Re: How to find out online users

Re: How to find out online users

From: Michel Cadot <micadot_at_netcourrier.com>
Date: Wed, 12 Sep 2001 15:28:06 +0200
Message-ID: <9nnnt7$2b9$1@s1.read.news.oleane.net>

"Larsern" <lars.mollerup_at_niva.no> a écrit dans le message news: 9nnnaq$b3e$1_at_snipp.uninett.no...
> Hello folks!
> Has anyone got an SQL statement for listing users currently online your
> base.(8.1.7) (Instance manager won't do....)
>
>
>
> TIA
>
>
> Lars Mollerup
> NIVA, Norway
>
>

You can use Oracle TopSession or the v$session view. For instance:
select sid, serial#, username, osuser from v$session where type='USER';

--
Hope this helps
Michel
Received on Wed Sep 12 2001 - 08:28:06 CDT

Original text of this message

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