导读:
本文转自
http://www.orafaq.com/wiki/TNS_ADMIN
TNS_ADMIN is an environment variable that points to the directory where the SQL*Net configuration files (like sqlnet.ora and tnsnames.ora) are located.
Windows:
set TNS_ADMIN=%ORACLE HOME%/network/admin
Unix/ Linux:
export TNS_ADMIN=$ORACLE HOME/network/admin
本文转自
http://www.orafaq.com/wiki/TNS_ADMIN
本文介绍如何设置TNS_ADMIN环境变量,该变量指向包含SQL*Net配置文件(如sqlnet.ora和tnsnames.ora)的目录。在Windows中使用set命令,在Unix/Linux中使用export命令。
667

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



