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: Who is logged in?

Re: Who is logged in?

From: Michael Pelzelmeyer <mikepelz_at_netway.at>
Date: 1998/02/10
Message-ID: <34E03028.7745@netway.at>#1/1

Bob B wrote:
>
> Any way to tell through the sqldba utility?
>
> Bob B

Yes, do a
select username from v$session;
 or
select * from v$session;

Watch out for the background processes, even if you are the only connected user, you will see the oracle background processes. HTH
Michael Received on Tue Feb 10 1998 - 00:00:00 CST

Original text of this message

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