Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Creaste a view based on v_$session

Re: Creaste a view based on v_$session

From: Brian Peasland <peasland_at_edcmail.cr.usgs.gov>
Date: 2000/09/20
Message-ID: <39C840A5.5F7899C2@edcmail.cr.usgs.gov>#1/1

All V$ views are owned by SYS. But you can't grant SELECT privileges on a V$ view to an individual user. Instead, you have to sign on as SYS and grant SELECT on the V_$ view. That's what Sybrand meant by *direct* priv. What I would suggest doing is granting SELECT on the V_$ to the user, but in the SQL statement, use V$ instead.

HTH,
Brian

Brian Tkatch wrote:
>
> On Tue, 19 Sep 2000 18:43:54 +0200, "Sybrand Bakker"
> <postbus_at_sybrandb.demon.nl> wrote:
>
> >Sure, *direct* select privilege on the view.
>
> What does that mean? Which right am I missing?
>
> Brian
 

-- 
========================================
Brian Peasland
Raytheons Systems at
  USGS EROS Data Center
These opinions are my own and do not
necessarily reflect the opinions of my 
company!
========================================
Received on Wed Sep 20 2000 - 00:00:00 CDT

Original text of this message

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