Skip to Main Content

Database Software

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!

Shared Database links

ArjunReddy0014Jul 5 2012 — edited Jul 7 2012
Hi,
I have a requirement to create a db link to use by certain number of users. I have ended up with deciding to create a shared database link. And I used the below command to create it

CREATE SHARED DATABASE LINK <link_name>
AUTHENTICATED BY <schema_name> IDENTIFIED BY <password>
USING '<service_name>';

But my question is how this link can be accessible to other users.
I Can include one user1 in the create shared database link statement above, but how the other users can access it?
Should I do the create dblink command again with user2?

I tried to read more about the shared dblink but did not find any helpful


Please help me with this.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 4 2012
Added on Jul 5 2012
5 comments
2,760 views