欢迎投稿

今日深度:

oracle11g ORA-12154: TNS:could not resolve the connect iden

oracle11g ORA-12154: TNS:could not resolve the connect identifier specified解决办法


XP系统下面安装了oracle11g 数据库以及PLSQL Developer7.0的数据库客户端

当我连接到远程服务器上面的oracle9数据库时,先是出现“could not load E:\app\Administrator\product\11.2.0\client_1\oci.dll”等一系列问题,

E:\app正是我oracle11g的安装目录,根据提示我查看了E:\app\Administrator\product\11.2.0目录下不存在client_1目录,

于是我又安装了一个10.0oracle客户端,再从该客户端的安装路径找到一个client_1目录将其拷贝到E:\app\Administrator\product\11.2.0目录下面,

本以为一切OK了,没想到出现了新的错误提示“could not resolve the connect identifier specified”,于是我添加环境变量后问题解决解决。

TNS_ADMIN ->> E:\app\Administrator\product\11.2.0\dbhome_1\NETWORK\ADMIN



www.htsjk.Com true http://www.htsjk.com/shujukunews/692.html NewsArticle oracle11g ORA-12154: TNS:could not resolve the connect identifier specified解决办法 XP系统下面安装了oracle11g 数据库以及PLSQL Developer7.0的数据库客户端 当我连接到远程服务器上面的oracle9数据库时,先是...
评论暂时关闭