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: select on v$instance

Re: select on v$instance

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Wed, 24 Feb 1999 21:58:43 -0000
Message-ID: <919893537.13334.0.nnrp-02.9e984b29@news.demon.co.uk>


connect sys/{password}
grant select on v_$instance to {user};

This doesn't show them the schema they are in, though.

Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk

Doug Cowles wrote in message <36D47342.AF72E78A_at_bigfoot.com>...
>I want to grant privileges to select on v$instance to a few users so
>they can be absolutely sure what schema they are in. I don't want to
>grant select any table to allow this to happen, nor do I want them to be
>able to look at every v$ view, just that one. How
>can I do this?
>
>- Dc.
>
Received on Wed Feb 24 1999 - 15:58:43 CST

Original text of this message

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