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

Re: Rigths for v$session

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: Tue, 14 Dec 1999 17:09:16 -0500
Message-ID: <9vfd5s4cteju83j0lilvellevopa3ct8ev@4ax.com>


A copy of this was sent to "Nicolas Bronke" <newsgroup_at_trinity.de> (if that email address didn't require changing) On Tue, 14 Dec 1999 22:19:30 +0100, you wrote:

>Is it only possible to access to the view V$SESSION with DBA-Admin rights?
>
>Thanks for assistence.
>
>Regards
>
>Nicolas Bronke
>

as sys you can:

grant select on v_$session to <someone|somerole>

as well.

v$session is a synonym. v_$session is the view it is a synonym for.

--
See http://osi.oracle.com/~tkyte/ for my columns 'Digging-in to Oracle8i'... Current article is "Part I of V, Autonomous Transactions" updated June 21'st  

Thomas Kyte                   tkyte_at_us.oracle.com
Oracle Service Industries     Reston, VA   USA

Opinions are mine and do not necessarily reflect those of Oracle Corporation Received on Tue Dec 14 1999 - 16:09:16 CST

Original text of this message

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