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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ORA-12154: TNS:could not resolve the connect identifier specified相关的知识,希望对你有一定的参考价值。

 

      解决了 Initialization error Could not load  的问题,在登陆界面填写完信息进行登录时,又出现了另一个

 

问题 ORA-12154: TNS:could not resolve the connect identifier specified ,即无法解析指定的连接

标识符。这说明缺少了一个环境变量,TNS_ADMIN 。

     

      解决方法:右击 我的电脑 -> 属性 -> 高级 -> 环境变量 -> Administrator 的用户变量 -> 新建 ,

                         

                          变量名为:TNS_ADMIN

                         

                          变量值为:%ORACLE_HOME%/NETWORK/ADMIN/

                                             

                                              其中 %ORACLE_HOME% 即 Orcale 的安装路径,

    其实,设置的该环境变量的值为 tnsnames.ora文件所在路径,特别是重装后或其它操作,忘了设置

TNS_ADMIN 变量,PL/SQL 登陆就会报“无法解析指定的连接标识符”的错误 ,而设置TNS_ADMIN变

量是为了能够找到 tnsnames.ora。如果本机上安装了ORACLE,并且设置了 ORACLE_HOME 环境变

量,那么会自动在 %ORACLE_HOME%/NETWORK/ADMIN/位置查找 tnsnames.ora 文件。

 

 

 

 

 

 

 

 

[[email protected] ~]$ cat .bash_profile
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH

TMP=/tmp; export TMP
TMPDIR=$TMP; export TMPDIR
ORACLE_HOSTNAME=yidongapptestdb; export ORACLE_HOSTNAME
ORACLE_UNQNAME=MIBD11G; export ORACLE_UNQNAME
ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db_1; export ORACLE_HOME
ORACLE_SID=MIBD11G; export ORACLE_SID
PATH=/usr/bin:$PATH; export PATH
PATH=$ORACLE_HOME/bin:$PATH; export PATH
LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
export TNS_ADMIN=/u01/app/oracle/product/11.2.0/db_1/network/admin
[[email protected] ~]$

 

 

转载:http://blog.csdn.net/huzia/article/details/21526043

以上是关于ORA-12154: TNS:could not resolve the connect identifier specified的主要内容,如果未能解决你的问题,请参考以下文章

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

ping 数据库成功,但出现错误:ORA-12154: TNS:could not resolve the connect identifier specified

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

在linux上使用impdp命令时提示ORA-12154: TNS:could not resolve the connect identifier specified的问题

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

windows 7 下出现Oracle.DataAccess.Client.OracleException: ORA-12154: TNS:could not resolve the connect