产品开始支持Oracle11数据库,但是导入导出一直有问题,错误信息是:ORA-12154: TNS:could not resolve the connect identifier specified (
检查监听和配置文件没有错误,经过一番思考和搜索,问题是因为在本地装了两个数据库的实例。按照网上的介绍,卸载后再重装就可以了,但是我想用更简单的方法解决,重装太浪费时间了。最后检查了环境变量,发现环境变量中存在两个路径
Path=C:/databaseDriver/oracleDriver;C:/Windows/system32;C:/Windows;C:/Windows/system32/wbem;C:/Windows/system32/windowspowershell/v1.0/;c:/program
files (x86)/ib
m/gsk8/lib;C:/automationFVT/svn-win32-1.5.5/bin;C:/RTC-Client-2.0.0.2-Win/jazz/scmtools/eclipse;C:/Program
Files (x86)/Rational/common;C:/Program Files
(x86)/IBM/Java50/bin;C:/databaseDriver/instantclient
将C:/databaseDriver/oracleDriver;的路径删除后,问题解决
修改后的代码为
Path=C:/Windows/system32;C:/Windows;C:/Windows/system32/wbem;C:/Windows/system32/windowspowershell/v1.0/;c:/program
files (x86)/ib
m/gsk8/lib;C:/automationFVT/svn-win32-1.5.5/bin;C:/RTC-Client-2.0.0.2-Win/jazz/scmtools/eclipse;C:/Program
Files (x86)/Rational/common;C:/Program Files
(x86)/IBM/Java50/bin;C:/databaseDriver/instantclient
记录该过程,以后防止类似错误
分享到:
相关推荐
ORA-12154:TNS:无法解析指定的连接标识符 ORA-12154:TNS:无监听程序 错误分析一、PL/SQL 客户端登录到数据库,如果配置错误会有以上错误,如下图。 这个错误主要是pl/sql客户端的tnsnames.ora配置错误,或者是输入 ...
1、解决 不能初始化“xxx”,你确认已经安装了32位Oracle ...2、解决 ORA-12154:TNS:could not resolve the connect identifier specified (TNS:无法解析指定的连接标识符) 3、不用配置plsql中的OCI路径 4、含配置文档
出现以下错误提示:“Microsoft OLE DB Provider for ODBC Drivers 错误'80040e4d'[Oracle][ODBC][Ora]ORA-12154: TNS:could not resolve the connect identifier specified”。尽管可以使用PL-SQL Developer成功...
ORA-12154 TNS:could not resolve the connect identifier specified **描述:** 当指定的服务名称未被解析时,会出现这个错误。 **解决方案:** - **使用Net8 Configuration Assistant:** 配置正确的TNS别名。 ...
当在Windows系统上尝试通过Oracle客户端连接至远程数据库时,可能会遇到ORA-12154错误:“TNS:could not resolve the connect identifier specified”。这一错误通常表明Oracle客户端未能正确解析指定的连接标识符,...
### 错误三:ORA-12154 TNS:could not resolve the connect identifier specified **描述**:此错误意味着Oracle无法解析指定的连接标识符,通常是由于`tnsnames.ora`文件中的服务名配置错误导致的。 **解决方案**...
当尝试连接到Oracle数据库时,如果出现类似于“ORA-12541: TNS:no listener”或“ORA-12154: TNS:could not resolve the connect identifier specified”的错误消息时,很可能是由于SID不可用导致的。这种情况下,...
4. **解决 “ORA-12154: TNS:could not resolve the connect identifier specified” 错误** - 设置环境变量 `TNS_ADMIN` 指向 `tnsnames.ora` 文件所在目录。 - 重启 IIS。 5. **确认连接成功** - 通过以上...
本文将围绕标题“数据库配置”及其描述展开,详细探讨与数据库配置相关的知识点,尤其是针对ORA-12154错误:“TNS:could not resolve the connect identifier specified”的解决方法。 #### 二、ORA-12154 错误分析...
如果遇到“ORA-12154: TNS:could not resolve the connect identifier specified”的错误,需要设置环境变量TNS_ADMIN指向包含`tnsnames.ora`文件的目录,以便系统能找到正确的连接标识符。 最后,对于ASP.NET项目...
如果之前遇到如“ORA-12154: TNS:could not resolve the connect identifier specified”之类的错误,配置完成后这些问题应得到解决。 7. **标签解析**: - "32位PLSql连接":表明这是针对32位PL/SQL Developer的...
- 如果遇到`ORA-12154:TNS:could not resolve the connect identifier specified`错误,检查`TNS_ADMIN`环境变量是否设置正确,以及`tnsnames.ora`文件中的配置是否无误。 - 如果出现`ORA-12705:Cannot access NLS...
1. “Oracle.DataAccess.Client.OracleException: ORA-12154: TNS:could not resolve the connect identifier specified”:检查TNS_ADMIN环境变量和tnsnames.ora配置是否正确。 2. “Could not load file or ...