Hi All,
I created a new user and need to grant just select to it.
If I grant select owner.table to user , USR1 can perform the query: select count(*) from owner1.table1 ;
But if I query select count(*) from table1 the message is ORA-00942 table or view does not exist.
question is: How can I grant select to the synonym without having to use schema.table ?