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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Checking for User Logged In

Re: Checking for User Logged In

From: TurkBear <johng_at_mm.com>
Date: Thu, 24 Sep 1998 19:06:56 GMT
Message-ID: <360c97ee.4174682@news2.mm.com>


One way is to use:

Select username,status from v$session where username is not null;

The 'username is not null' eliminates the background processes - Look at the description for v$session - it has lots of info...

"Simon Gellion" <scg_at_appstation.com> wrote:

>
>Is there any way of checking, using SQL, whether a user is still 'logged in'
>to an Oracle database?
>
>
>Thanks
>
>Simon Gellion
>
>

To reply please remove the 'nospam' part of the address Received on Thu Sep 24 1998 - 14:06:56 CDT

Original text of this message

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