Good !
A reader, May 12, 2003 - 10:57 am UTC
This has been bugging since I began working with Oracle. Thanks for the answer.
A reader, May 12, 2003 - 12:19 pm UTC
My SQLnet.ora Only contain .. this
Somrut, May 28, 2003 - 11:57 am UTC
SQLNET.AUTHENTICATION_SERVICES= (NTS)
NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
Can I have two NAMES.DEFAULT_DOMAIN?
Ravi, July 28, 2009 - 5:03 pm UTC
Tom,
In your example you have NAMES.DEFAULT_DOMAIN = us.oracle.com. Is it possible to have something like this?
NAMES.DEFAULT_DOMAINS = (us.oracle.com, canada.oracle.com)
If not, is there any other workaround?
Thanks.
Thanks
Ravi, July 28, 2009 - 10:48 pm UTC
Thanks for your feedback on this. I was thinking in terms of NAMES.DIRECTORY_PATH= (TNSNAMES, LDAP)where it resolves the service name in the order specified. Apparently this is not applicable for NAMES.DEFAULT_DOMAIN. And thanks for the link.
Did not understand
Gonza, July 29, 2009 - 11:40 am UTC
I didn't understand why is .world needed.
In my work I must put .world otherwise It doesn`t work
Thanks
August 03, 2009 - 4:52 pm UTC
because the domain must be set to world...
and your default is something other than world...
connecting to different domains
kishore, April 27, 2012 - 12:20 pm UTC
Hi Tom,
We have default_domain specified to us.oracle.com in sqlnet.ora file. Most of the databases(10) we are connecting to have the same domain, however I have one database that has different domain ds.oracle.com. Since it resolves the domain from sqlnet.ora file, I couldn't be able to get it work. If I comment the default_domain from sqlnet.ora file it works. But since I have other databases that resolves this default_domain, I couldn't comment that.
Could you please help me here.
Thanks for all your help.
April 28, 2012 - 8:08 am UTC
*what* doesn't work?