What kind of option do you use for resolving the service name? Localnaming, hostnaming or what? How does your
NAMES.DIRECTORY_PATH looks like in your SQLNET.ORA file
on the client and on the server?
1) stop and restart the listener, try conection again.
2) If you use MTS (shared connection), try to use dedicated server. Listener sometime stop response to remote shared connection.
You may have a couple of problems with tnsnames.ora:
- 1. What client software you use (if old version, that use Net8 , not from 8.1.5 then you should have 2 tnsnames.ora files
- 1 in .../network/admin/tnsnames.ora
- 2 in .../net8/admin/tnsnames.ora
- 2. you may try to use 2 aliases in tnsnames.ora
- 1) db_alias1 = ... (service_name = ...)
- 2) db_alias2 = ... (sid = ...)
- 3. if you use alias with oracle domain name:
for example some client software want
full alias name:
user/pwd@aaa.bbb.ccc.db_alias
Try.
Bookmarks