grant dba tables with admin option gives ORA-00993
Hi all,
running 19.24 database ,
- GRANT SELECT ON DBA_OBJECTS TO xxx WITH ADMIN OPTION;
ORA-00993: missing GRANT keyword
2. But without "admin option", runs OK.
GRANT SELECT ON DBA_OBJECTS TO xxx
Grant succeeded.
Please advise how to grant dba dictionary tables with admin option
Thank you all in advance