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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Accessing view via Database link problem

598055Sep 14 2007 — edited Sep 14 2007
1. I have created view - myview as owner A in oracle database DB_A
2. I have created db link - DBLINK_A in database DB_B to login to database DB_A as user A
3. granted select on MyView to public (just in case though it's not necessary)
4. Now I run select * from MyView@DBLINK_A
5. Got error object does not exists
NB
- DBLINK_A is valid because it works for other existing view but not for new I created.
- View is valid as I test it on DB_A.
- Creates public synonym in DB_A for MyView - but stil no success
Absolutely lost
Any help appreciated.
Thanks

Message was edited by:
user595052
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 12 2007
Added on Sep 14 2007
5 comments
436 views