Any one know how to access a synonym from another scheme?
select * from abcefh.plan_table;
This doesn’t work and says the table does not exist. it is for sure there.
thanks
Saro
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you have select privileges on that table?
If you execute the following query, do you see any rows:
If you do not get a row returned, then you don’t have privileges.
If you’re saying PLAN_TABLE is a private synonym in the ABCEFH schema, then the answer is you cannot access it.