Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ORA-01720 while trying to grant select on a view
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