开发者

Oracle安装TNS_ADMIN环境变量设置参考

开发者 https://www.devze.com 2022-12-11 10:23 出处:网络 作者: 田攀
很多oracle产品都有自己的TNS文件,如果你的系统里装了多个Oracle的产品的话,那么客户端连insta编程客栈nce的时候,到底是使用那个tnsnames.ora呢?这个时候就需要看TNS_ADMIN这个参数了。

很多oracle产品都有自己的TNS文件,如果你的系统里装了多个Oracle的产品的话,那么客户端连insta编程客栈nce的时候,到底是使用那个tnsnames.ora呢?这个时候就需要看TNS_ADMIN这个参数了。

Question: What is the tns_admin parameter and how do I use tns_admin to define a common location for my TNS files?

Answer:  The tns_admin parameter determines the location of the编程客栈 tns administration files (e.g. tnsnames.ora and listener.ora, etc.) 

The tns_admin parameter is super useful on servers with many databases on different release levels (hence different $ORACLE_HOME directories) because all databases tns_www.devze.comadmin values can be set to a single location, allowing a singlJdPQHMJmpe set of SQL*Net fi开发者_Elasticsearchles for all databases on the server. 

Without the tns_admin variable, each instance would have it's own set of TNS files in the $ORACLE_HOME/network/admin directory.

查看方法:命令行 C:\Documents and Settings\ptian>set TNS_ADMIN TNS_ADMIN=D:\oracle\product\10.1.0\Db_1\NETWORK\ADMIN 这就表示客户端会从D:\oracle\product\10.1.0\Db_1\NETW编程客栈ORK\ADMIN下读取TNS的设置

修改方法: 有两个地方可以修改,一个是注册表,一个是系统环境变量。 注册表的位置:HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0\TNS_ADMIN 系统环境变量的优先级高于注册表,如果设置了环境变量,那么就会忽略注册表的值。

转载请注明出处: http://blog.csdn.net/pan_tian/article/details/7699599

======EOF======

以上就是Oracle安装TNS_ADMIN环境变量设置参考的详细内容,更多关于TNS_ADMIN环境变量的资料请关注我们其它相关文章!

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号