Hi Tom,
I have 2 schemas
1. Sysadmin
2. Esourcing
And sysadmin has default role of sysadm_role
So I have a table in esourcing table
So below is my grant
Grant select on esourcing.table1 to sysadm_role;
Create view sysadmin.view1 as
Select * from esourcing.table1;
But I am getting below error can you tell me what went wrong here.
Error:
ORA 00942 TABLE OR VIEW DOES NOT EXIST