|
NAMES.DEFAULT_DOMAIN 是一个使用参数,在使用联接串时自动加一个域名后缀,对配置不起作用
Sets the domain from which the client most often looks up names resolution requests. When this parameter is set, the default domain name is automatically appended to any unqualified net service name or service name.
For example, if the default domain is set to us.acme.com, the connect string CONNECT scott/tiger@sales gets searched as sales.us.acme.com. If the connect string includes the domain extension, (such as CONNECT scott/tiger@sales.acme.com), the domain is not appended. |
|