NAMES.DIRECTORY_PATH
Use the parameter NAMES.DIRECTORY_PATH to specify the order of the naming
methods used for client name resolution lookups.
:
tnsnames (local naming naming method) : Set to resolve a net service name through the tnsnames.ora
file on the client.
ldap (directory naming naming method) : Set to resolve a database service name, net service name, or
net service alias through a directory server.
ezconnect or hostname (easy connect naming or host naming method) : Select to enable clients to use
a TCP/IP connect identifier , consisting of a host name and optional port and service name.
cds (CDS external naming method) : Set to resolve an Oracle database name in a Distributed Computing
Environment (DCE) environment.
nis (Network Information Service (NIS) external naming method) : Set to resolve service information
through an existing NIS.
这里面有很多的网络术语弄不明白 , 大意是通过这个参数的设定 ,顺序的为客户端来解析网络服务名。
我的数据库里面是这样的设置的 : NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
tnsnames :从tnsnames.ora中解析服务名
ldap :通过 a directory server 来解析
ezconnect :TCP/IP connect identifier , 由主机名 , 端口号 和服务名组成
cds : Distributed Computing Environment
nis : Network Information Service
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10599713/viewspace-973843/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10599713/viewspace-973843/
本文详细介绍了 Oracle 数据库中 NAMES.DIRECTORY_PATH 参数的配置与使用方法。此参数用于定义客户端名称解析查找的顺序,包括 tnsnames、ldap、ezconnect 和其他命名方法。了解这些设置有助于更好地管理和配置数据库服务。
1598

被折叠的 条评论
为什么被折叠?



