1、ORA-12560:此错误通常表示 TNSNAMES.ORA 文件中的某个服务名配置有误,导致无法解析。 2、ORA-12557:此错误通常表示客户端与服务器之间的连接中断,可能由于网络问题或防火墙设置导致。 解决方法 1、检查 TNSNAMES.ORA 文件配置 确保TNSNAMES.ORA 文件中的服务名配置正确,该文件通常位于 $ORACLE_HOME/network/admin...
Windows server 2008 R2(win7)登陆sqlplus错误:ORA-12560和ORA-12557,错误截图如下: 问题情景描述1:Windows系统只安装oracle11g,未安装client,此时在cmd不能登陆sqlplus。 解决方法: (1)查看注册表是否含有ORACLE_SID=xxxx,(xxxx代表实例名,一般安装默认是orcl),ORACLE_HOME=E:\oracle\product\11.2.0\dbhome_1 (...
Windows server 2008 R2(win7)登陆sqlplus错误:ORA-12560和ORA-12557,错误截图如下: 问题情景描述1:Windows系统只安装oracle11g,未安装client,此时在cmd不能登陆sqlplus。 解决方法: (1)查看注册表是否含有ORACLE_SID=xxxx,(xxxx代表实例名,一般安装默认是orcl), ORACLE_HOME=E:\oracle\product\11.2.0\dbhome_1 ...
ORA-12557: TNS:protocol adapter not loadable Cause: On some platforms (such as OS/2) protocol adapters are loaded at run-time. If the shared library (or DLL) for the protocol adapter is missing or one of its supporting libraries is missing then this error is returned.Act...
ORA-12162: TNS:net service name is incorrectly specified Enter user-name: ERROR: ORA-12162: TNS:net service name is incorrectly specified SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus [oracle@localhost ~]$ export ORACLE_SID=PROD//向环境变量中加入实例名。说明需手动...
sqlplus 用户名/密码 连接 报ORA-12560 (协议适配器错误啥的) 解决办法如下: 1.再原命令上 增加@127.0.0.1/实例 sqlplus 用户名/密码@127.0.0.1/实例 as sysdba(as sysdba 可不加) 尝试是否能连接。 若不能 试试 cmd 打开后 先 set oracle_sid = 实例 ...
Win10下登录sqlplus ORA-12557错误的解决 查看原文 oracle之 ORA-12557: TNS: 协议适配器不可加载 ,但是通过sqlplussys/oracle@YSXT as sysdba 不能,报ORA-12557: TNS: 协议适配器不可加载 。检查环境变量TNS_ADMIN 、ORACLE_HOME 都没有问题。 最后检查环境变量PATH ,发现client及server的目录都加入到了path,...
在Windows Server 2008 R2 (或类似环境如Windows 7) 中,使用sqlplus工具连接Oracle数据库时,可能会遇到两个常见的错误代码:ORA-12560和ORA-12557。ORA-12560错误表示TNS:协议适配器错误,而ORA-12557表示TNS:协议适配器错误,无法接受连接请求。这两个错误通常与Oracle环境变量配置、监听器服务状态以及客户端和服务器...
Windows server 2008 R2(win7)登陆sqlplus错误:ORA-12560和ORA-12557,程序员大本营,技术文章内容聚合第一站。
Windows server 2008 R2(win7)登陆sqlplus错误:ORA-12560和ORA-12557,错误截图如下: 问题情景描述1:Windows系统只安装oracle11g,未安装client,此时在cmd不能登陆sqlplus。 解决方法: (1)查看注册表是否含有ORACLE_SID=xxxx,(xxxx代表实例名,一般安装默认是orcl),ORACLE_HOME=E:\oracle\product\11.2.0\dbhome_1 ...