tnsnames.ora [message #367667] |
Sat, 11 September 1999 11:53 |
Thusha
Messages: 1 Registered: September 1999
|
Junior Member |
|
|
Hi
Could some one tell me what sort of information a tnsnames.ora file has, please ? does it have information about local database as well ? where can I get more info about how to use this oracles tnsnames.ora ?
Thank you very much
Thusha
|
|
|
Re: tnsnames.ora [message #367670 is a reply to message #367667] |
Tue, 14 September 1999 14:37 |
Mark Johnson
Messages: 5 Registered: August 1999
|
Junior Member |
|
|
If you installed the HTML version of Oracle documentation, then go to Networking > Understanding SQL*Net.
tnsnames.ora tells Oracle how to find databases. Like a road map. On a client, it must list all databases the client wants to connect to. On the server, it must list all remote databases it needs to connect to (i.e., for replication, etc.) and it is not uncommon to also list local databases.
|
|
|