Unix Technical Forum

How to revoke select privilege on v$parameter

This is a discussion on How to revoke select privilege on v$parameter within the Oracle Database forums, part of the Database Server Software category; --> Hi, How to revoke select priviliges on v$parameter for a user I tried this as sysdba SQL> revoke select ...


Go Back   Unix Technical Forum > Database Server Software > Oracle Database

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-26-2008, 03:51 AM
Basavaraj Kirunge
 
Posts: n/a
Default How to revoke select privilege on v$parameter

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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-26-2008, 03:51 AM
gazzag
 
Posts: n/a
Default Re: How to revoke select privilege on v$parameter

On 1 Feb, 12:23, "Basavaraj Kirunge" <kiru...@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?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-26-2008, 03:51 AM
Basavaraj Kirunge
 
Posts: n/a
Default Re: How to revoke select privilege on v$parameter

On Feb 1, 5:33 pm, "gazzag" <gar...@jamms.org> wrote:
> On 1 Feb, 12:23, "Basavaraj Kirunge" <kiru...@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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-26-2008, 03:51 AM
Mark D Powell
 
Posts: n/a
Default Re: How to revoke select privilege on v$parameter

On Feb 1, 8:01 am, "Basavaraj Kirunge" <kiru...@gmail.com> wrote:
> On Feb 1, 5:33 pm, "gazzag" <gar...@jamms.org> wrote:
>
> > On 1 Feb, 12:23, "Basavaraj Kirunge" <kiru...@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 --

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-26-2008, 03:52 AM
Basavaraj Kirunge
 
Posts: n/a
Default Re: How to revoke select privilege on v$parameter

On Feb 1, 8:48 pm, "Mark D Powell" <Mark.Pow...@eds.com> wrote:
> On Feb 1, 8:01 am, "Basavaraj Kirunge" <kiru...@gmail.com> wrote:
>
>
>
>
>
> > On Feb 1, 5:33 pm, "gazzag" <gar...@jamms.org> wrote:

>
> > > On 1 Feb, 12:23, "Basavaraj Kirunge" <kiru...@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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 12:07 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com