Grant synonym for specific user
583525Jul 11 2007 — edited Jul 11 2007I am logged in as 'scott' and want to create a synonym for user 'bob' only (no other users) for scott's table emp.
create public synonym emp for scott.emp
will allow all users to access scott.
How do I restrict the synonym to one (or several) users?