Re: database link [message #369153] |
Thu, 30 March 2000 04:08 |
Lim Lid Jong
Messages: 1 Registered: March 2000
|
Junior Member |
|
|
To allow you to connect to distributed db through client PC, you need to use SQL Net Easy Configuration to create a new connect string by provide the server's IP address. You also can update your TNSNAME.ORA directly.
Database Link is use to query the data from other database in other server without log in to that server. So if you wish to connect to the distributed db, you must update the TNSNAME.ORA or as I mentioned above.
Hope this will help you.
|
|
|