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 -> Displaying connected users

Displaying connected users

From: Naru Mangalath <nmangalath_at_hotmail.com>
Date: 8 May 2002 21:17:10 -0700
Message-ID: <ec12f506.0205082017.262e353@posting.google.com>


Hi,
I am using the following select to display connected users:

select username,osuser,process, program from v_$session where username is not NULL

This works fine except that it also displays this active sqlplus session. How can I display all the connected users except the session that displays it?

Thanks in advance!

Naru Mangalath Received on Wed May 08 2002 - 23:17:10 CDT

Original text of this message

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