Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

No Records When Query Using Synonym

785060Mar 25 2012 — edited Mar 26 2012
Hello

I have a view called v_employees in schema scott and select grant is provided to schema tom in same database.
When I run a sql query from schema scott I could see records as results.

I have a created a synonym in schema tom
CREATE SYNONYM EMPLOYEES FOR scott.v_employees.
When I run .
select * from EMPLOYEES.
from schema tom, I cannot see any results.
What could be the reason for this?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 23 2012
Added on Mar 25 2012
8 comments
317 views