ORA-01720
Hi all,
I get the following error:
GRANT SELECT ON view TO view_READER;Error at line 1ORA-01720: grant option does not exist for 'SYS.AGGXMLIMP'I have been given many suggestions as to how to solve it, including installing a patch...Would this work without damaging the internals:Grant execute on SYS.AGGXMLIMP to view_owner with grant option.GRANT SELECT ON view TO view_READERRegards,Jiten0