Hi,
Due to insufficient privileges, I have created a user with the help of SYSTEM schema and now I have to give SELECT grant to this user for surdw schema from system schema.
Using the below query I can only provide the table schema for particular schema but I want to fulfill the above requirement.
GRANT SELECT ON surdw.employee TO ronna;
So could you tell me how would I archive this work?
Thanks