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!

Owner for public synonym

632571Apr 7 2008 — edited Apr 7 2008
Hi,
I am new to oracle.Help me. What is th owner name for public synonym?


( EG)
I logged in user -> SWITCH
For table
Syntax : select * from objectowner.objectname

select * from SWITCH.table name -->Working fine


Like that how to query public synonym

select * from SWITCH.synonym name -> Failed
select * from [public].synonym name -> Failed

Any way

select * from synonym name -->Working fine

But i need the object owner name . Any idea?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 5 2008
Added on Apr 7 2008
11 comments
2,785 views