I'm trying to grant all to scott on emp from SYS, but oracle
throwing ORA-00942: table or view does not exist
error message. I'm not even getting emp table details in sys
as dba
.
How can I grant all permission to scott so that I can create views or user in scott. When I tried to create a view or user in scott, system is throwing insufficient privileges
error message.
Thanks for your help.