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: v$session table

Re: v$session table

From: Madhu Cherukuri <Madhu.Cherukuri_at_worldnet.att.net>
Date: 1998/02/25
Message-ID: <6d2mdr$i8r@bgtnsc01.worldnet.att.net>#1/1

The public synonym for the view might not have been there

Try select * from sys.v$session

Madhu Cherukuri

Jerry F. Davis wrote in message <6d23e4$hc_at_newsops.execpc.com>...
>I have two databases, both of them created the same way. One is used for
>developers and the other for testers. They are created using the same
>scripts.
>
>When I login as user 'MM' on one of the databases I can do the following
>command:
>
>select * from v$session
>
>v$session is a view which is owned by sys.
>
>On the other database logged in as 'MM' I try the same command and it
>says that the table or view does not exist.
>
>What could be wrong here?
>
>I do not frequent this newsgroup often, so please mail responses to
>jfdecd_at_execpc.com
>
>Thanks,
>Jerry
>
Received on Wed Feb 25 1998 - 00:00:00 CST

Original text of this message

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