|
|
|
Re: How to create the database link between 2 Oracle9i database (AIX and NT) [message #67403 is a reply to message #67400] |
Fri, 25 June 2004 03:40 |
Tak Tang
Messages: 142 Registered: May 2004
|
Senior Member |
|
|
Well, if you want your database on AIX to be able to 'see' and initiate connections to your database on NT, then you need to modify your TNSNAMES.ORA on your AIX box; login to your AIX database; and create a database link TO your databases on NT, supplying the schema name and password for the database on NT, and the SERVICE name in your AIX's TNSNAMES.ORA.
If you want your databases on NT to be able to 'see' and initiate connections to your AIX machine, do it the other way around.
Of course, you could do both.
|
|
|