`

ORA-12560: TNS:protocol adapter error

 
阅读更多

今天整了一下,在使用ORACLE 10G 客户端的时候。

使用SQLPLUS 老出现:ORA-12560: TNS:protocol adapter error

PLSQL 也是

后来又换了11G 客户端还是这个错误

但是PLSQL 已经好了。

最后想了想是不是因为SQLPLUS找不到数据库呢?

于是使用:

SQLPLUS /NOLOG

CONN SYS/SYS@ADM AS SYSDBA

连接成功。

 

 

分享到:
评论

相关推荐

    TNS-12541: TNS: 无监听程序 TNS-12560

    TNS-12541: TNS: 无监听程序 TNS-12560: TNS: 协议适配器错误 TNS-00511: 无监听程序 文章转自:http://www.luocs.com/archives/464.html 此文版权归作者 – yaogang所有,转载请注明yaogang©www.luocs.com。 ...

    ORA-12560 TNS 协议适配器错误

    ### ORA-12560 TNS 协议适配器错误详解 #### 一、概述 在Oracle数据库管理过程中,经常会遇到各种各样的错误提示,其中“ORA-12560 TNS: 协议适配器错误”是较为常见的一种。这种错误通常发生在客户端尝试连接到...

    oracle常见错误号

    10. ORA-12560:TNS:protocol adapter error - 连接问题,可能是网络问题、配置错误或监听器问题。检查网络连接、TNSNAMES.ORA配置以及监听器状态。 11. ORA-00980:synonym translation is no longer valid - 同义...

    Oracle数据库ORA-12560错误问题的解决办法

    ORA-12560: TNS:protocol adapter error Cause: A generic protocol adapter error occurred. Action: Check addresses used for proper protocol specification. Before reporting this error, look at the error ...

    oracleTNS报错

    在Oracle数据库系统中,用户有时会遇到“ORA-12560:TNS:protocol adapter error”这一类错误提示,通常这类错误提示与网络连接问题相关联。根据提供的部分描述来看,这个问题发生在Windows平台上,并且涉及到Oracle ...

    Oracle导dmp出现文件ORA-12154 TNS 无法解析指定的连接标识符解决方案

    TNS-12560: TNS:protocol adapter error TNS-00511: No listener TNS-12560: TNS:protocol adapter error TNS-00511: No listener Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521))...

    ora10g客户端

    TNS-12560: Message 12560 not found; No message file for product=NETWORK, facility=TNS ns secondary err code: 0 nt main err code: 530 TNS-00530: Message 530 not found; No message file for product=...

    Oracle新手最常碰到的6个错误及解决方案

    ORA-12560 TNS:protocol adapter error **描述:** 此错误通常与网络通信问题有关。 **解决方案:** - **确认Oracle服务运行状态:** 使用`netstart ORACLESERVICEORADB`确保Oracle服务已启动。 - **检查网络配置...

    Oracle新手经常碰到的六个错误及解决方案

    ### 错误二:ORA-12500 TNS:protocol adapter error ORA-12560 TNS:protocol adapter error **描述**:这些错误通常与网络通信有关,表明协议适配器在尝试建立连接时遇到了问题。 **解决方案**: 1. **检查网络...

    oracle服务解析和解决启动Oracle9i的OEM或OMS的常见问题

    3. **Oracle系统提示Ora-12500: TNS: protocol adapter error** - **原因**:通常是由于Oracle Service ORACLE服务出现问题。 - **解决方案**:重新启动Oracle Service ORACLE服务,并检查相关配置文件(`tnsnames...

    oracle12c,各种问题解决方案.docx

    - 当执行 `lsnrctl status` 时出现“TNS-12541: TNS: no listener”错误时,表明监听器未正常运行。 - 可能的原因包括监听器配置文件错误、端口冲突或其他网络配置问题。 #### 参考资料 1. [Oracle 12c Windows ...

Global site tag (gtag.js) - Google Analytics