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: Process Id

Re: Process Id

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: 2 Dec 2003 21:21:59 -0800
Message-ID: <1a75df45.0312022121.3c7d6ee2@posting.google.com>


Daniel Morgan <damorgan_at_x.washington.edu> wrote :
>
> GRANT SELECT ON v_$session TO <schema_name>;

If it comes down to that, I would rather grant select on v$mystat - to get your SID do a
SELECT sid FROM v$mystat WHERE rownum = 1

And this also gives the session access to all its own stats - not much harm, security wise, in that.

--
Billy
Received on Tue Dec 02 2003 - 23:21:59 CST

Original text of this message

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