ORA-01720: grant option does not exist for ...
HI,
PS : I do not have sysdba privileges , I have just DBA privileges( i.e I am not owner (i.e sysdba) of views used in query of the view .)
I have craete a view in DBA schema and wants a NON-DBA developer to fire 'select' query on the view but when I am giving the select grant on the view to the developer , I am hitting the following error
ORA-01720: grant option does not exist for 'SYS.DBA_HIST_SNAPSHOT'
Is there any way , I can get over this error without asking for SYSDBA privileges.
Regards,
AnuragV
PS : I do not have sysdba privileges , I have just DBA privileges( i.e I am not owner (i.e sysdba) of views used in query of the view .)
I have craete a view in DBA schema and wants a NON-DBA developer to fire 'select' query on the view but when I am giving the select grant on the view to the developer , I am hitting the following error
ORA-01720: grant option does not exist for 'SYS.DBA_HIST_SNAPSHOT'
Is there any way , I can get over this error without asking for SYSDBA privileges.
Regards,
AnuragV
0