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: How to revoke select privilege on v$parameter

Re: How to revoke select privilege on v$parameter

From: Basavaraj Kirunge <kirunge_at_gmail.com>
Date: 1 Feb 2007 22:48:09 -0800
Message-ID: <1170398889.693796.279000@l53g2000cwa.googlegroups.com>


On Feb 1, 8:48 pm, "Mark D Powell" <Mark.Pow..._at_eds.com> wrote:
> On Feb 1, 8:01 am, "Basavaraj Kirunge" <kiru..._at_gmail.com> wrote:
>
>
>
>
>
> > On Feb 1, 5:33 pm, "gazzag" <gar..._at_jamms.org> wrote:
>
> > > On 1 Feb, 12:23, "Basavaraj Kirunge" <kiru..._at_gmail.com> wrote:
>
> > > > Hi,
> > > > How to revoke select priviliges on v$parameter for a user
> > > > I tried this as sysdba
> > > > SQL> revoke select on v_$parameter from user1
> > > > Revoke succeeded.
> > > > but the user1 is still able to access v$parameter table
>
> > > > Thanks,
> > > > Basavaraj K
>
> > > Does the user also have a ROLE assigned to it that also has SELECT
> > > privileges on the table?
>
> > No role is assigned to user1
>
> Check the grants that have been issued on sys.v_$parameter via
> sys.dba_tab_privs and make sure it does not show as being granted to
> the user or to PUBLIC.
>
> HTH -- Mark D Powell --- Hide quoted text -
>
> - Show quoted text -

Thanks, It worked now, actually access to v_$parameter was granted to PUBLIC. Received on Fri Feb 02 2007 - 00:48:09 CST

Original text of this message

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