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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: ORA-01720 while trying to grant select on a view

Re: ORA-01720 while trying to grant select on a view

From: Bill Buchan <wbuchan_at_uk.intasys.com>
Date: Fri, 09 Nov 2001 04:53:50 -0800
Message-ID: <F001.003C09C2.20011109033517@fatcity.com>

You need to:
grant select on sys.v_$instance to GCSS with grant option;

This will allow GCSS to grant select on views based on v_$instance to other users.

At 01:35 09/11/01 -0800, you wrote:
>Hi DBA Gurus,
>
> I am getting the below error while trying to grant select privileges
>on a view owned by a user by name GCSS to another user by name etldev:
>
> ORA-01720: grant option does not exist for 'SYS.V_$INSTANCE'
>
> I even granted select on sys.v_$instance to etldev. Still the
>problem persists. What could be the problem? Anybody can throw some light
>on this?
>
>Thanks and Regards,
>
>KR
>--

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Bill Buchan
  INET: wbuchan_at_uk.intasys.com

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: ListGuru_at_fatcity.com (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).
Received on Fri Nov 09 2001 - 06:53:50 CST

Original text of this message

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