Title: RE: select on v$ tables

Specific Privilege is SELECT ANY DICTIONARY .


-----Original Message-----
From: Jon Walthour [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 23, 2001 6:25 AM
To: Multiple recipients of list ORACLE-L
Subject: Re: select on v$ tables


Prasad:

Grant the user the SELECT_CATALOG_ROLE role. That will give the user access
to the v$ views, the DBA_ views and several other views and tables. To see a
full listing of what they would be granted select on, run:

select table_name
from dba_tab_privs
where grantee='SELECT_CATALOG_ROLE'
order by table_name;

Jon Walthour

----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]>
Sent: Monday, July 23, 2001 5:25 AM


> hi dba's
>
> i need to give select permission to scott user on all
> v$ tables.
>
> is there any role for that. or should i grant the
> selection using dynamic sql
>
> thanx in advance
> prasad
>
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: prasad maganti
>   INET: [EMAIL PROTECTED]
>
> Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California        -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).


--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Jon Walthour
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to