![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi Guys, I need some help in creating DB Links. 1. While I read the documentation for DB link creation, I found that TNSNAMES.ora entry of the target DB is essential to create the DB link ( in USING clause of the DB link syntax Incidentally, my organization uses LDAP to resolve/identify the database. In this situation, how can i create the DB linkin 2. I need to create DB link object on schema A to connect to schema B. Both schema A and B are on the same instance. Something like create database link link_from_a_2_b connect to b identified by bpass using <i dont know what should be given here as said in #1 The question I have is : Can a DB link of this sort be created? I understand that referencing objects in B from A this way is not a ideal method since we can grant permissions to A to access objects in B. However, there is a possiblity that B might be moved to a new instance in future. So if I create a DB link, movement of B across different instance would be much quicker. Thanks in advance for your assistance in this regard. Cheers Arun |
#3
| |||
| |||
|
|
life, birds, bees, LDAP and DB links. |
#4
| |||
| |||
|
|
How many people have documented setting up and testing database links in the history of the internet? How hard can it be to find documented examples if you are not interested in reading the manuals? |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
On Wed, 10 Aug 2011 05:02:06 -0700, John Hurley wrote: How many people have documented setting up and testing database links in the history of the internet? How hard can it be to find documented examples if you are not interested in reading the manuals? What are you trying to say? That I was wrong for telling him to read the manuals? The question he's asking is so simple that it can easily be answered by documentations. If you want idiot-friendly list, go to oracle-l. |
#7
| |||
| |||
|
|
Hi Guys, I need some help in creating DB Links. 1. While I read the documentation for DB link creation, I found that TNSNAMES.ora entry of the target DB is essential to create the DB link ( in USING clause of the DB link syntax Incidentally, my organization uses LDAP to resolve/identify the database. In this situation, how can i create the DB linkin 2. I need to create DB link object on schema A to connect to schema B. Both schema A and B are on the same instance. Something like create database link link_from_a_2_b connect to b identified by bpass using <i dont know what should be given here as said in #1 The question I have is : Can a DB link of this sort be created? I understand that referencing objects in B from A this way is not a ideal method since we can grant permissions to A to access objects in B. However, there is a possiblity that B might be moved to a new instance in future. So if I create a DB link, movement of B across different instance would be much quicker. Thanks in advance for your assistance in this regard. Cheers Arun |
#8
| |||
| |||
|
|
Mladen: # What are you trying to say? That I was wrong for telling him to read the manuals? Ummm ... no ... if you look at my response the first thing I said was something like "Yup you got it. I find it simply amazing that people cannot locate information like this on their own ( either from the manuals or from wherever ). Especially something as straightforward as a link that has probably been blogged about a million times. |
![]() |
| Thread Tools | |
| Display Modes | |
| |