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!

Access other schema without prefix or synonym?

bb_asJul 6 2021

I have users tom and jerry.
All data is stored in tom's schema.
jerry gets access to tom's schema by GRANTs.
Now if jerry wants to access the table "cheese" he has to write "tom.cheese" or he can use a synonym "cheese" that points to "tom.cheese" as well.
If there are lots of tables, I have to create lots of synonyms. Is there an easier way to achieve this? Some kind of "global prefix" that, whenever I specify a table name, implicitly add prefix "tom."?
Or are there other technologies that could be helpful?

This post has been answered by JohnWatson2 on Jul 6 2021
Jump to Answer
Comments
Post Details
Added on Jul 6 2021
6 comments
2,376 views