PL/SQL developer连接oracle出现“ORA-12154:TNS:could not resolve the connect identifier specified”问题的解决(代码

Posted slgkaifa

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PL/SQL developer连接oracle出现“ORA-12154:TNS:could not resolve the connect identifier specified”问题的解决(代码相关的知识,希望对你有一定的参考价值。

转载请注明出处:http://blog.csdn.net/dongdong9223/article/details/50728536
本文出自【我是干勾鱼的博客

使用PL/SQL developer工具连接oracle,登陆的时候报错:

ORA-12154:TNS:could not resolve the connect identifier specified

如图:

技术分享

可是使用命令行登陆却没有问题。应该是PL/SQL developer工具有的地方配置的不正确。试了一下,须要在PL/SQL developer界面中,点击:

Tools -> Preferences

如图:

技术分享

在界面中。如图:

技术分享

须要配置“Oracle Home”和“OCI library”两项。

当中“Oracle Home”设置oracle安装位置,比方:

D:\oracle\product\10.2.0\db_1

“OCI library”是oracleclient位置,须要安装client,然后将其位置指定,比方:

D:\oracle\product\10.2.0\db_1\BIN\oci.dll

有的时候“OCI library”能够不填,可是“Oracle Home”必须要填。

填完后PL/SQL developer就能够连接oracle了。


以上是关于PL/SQL developer连接oracle出现“ORA-12154:TNS:could not resolve the connect identifier specified”问题的解决(代码的主要内容,如果未能解决你的问题,请参考以下文章

如何用PL/SQL Developer连接ORACL数据库

PL/SQL Developer如何连接64位的Oracle图解

配置PL/SQL Developer连接Oracle数据库

如何从 PL SQL Developer 的连接中找出 Oracle 连接字符串?

PL/SQL Developer连接本地Oracle 11g 64位数据库

PL/SQL developer连接oracle11g2