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: current users enquiry

Re: current users enquiry

From: <gd6502_at_eudoramail.com>
Date: 12 Dec 2006 08:28:32 -0800
Message-ID: <1165940912.465616.162820@f1g2000cwa.googlegroups.com>


gazzag wrote:

>
> select username, osuser, lpad(sid,4)||', '||lpad(serial#, 6) Proc,
> program, to_char(logon_time, 'DD-Mon-yy HH24:MI:SS') Logon
> from v$session
> where username is not null
> order by username, osuser, Logon;
>

It say to me "table or view not exists". I already tried something about this, but I can't find the object in any schema (I think it should be in SYS). Where can I find it? After the object will be found, can I execute the query as a non-administrator user?
Thanks

Peppe Received on Tue Dec 12 2006 - 10:28:32 CST

Original text of this message

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