无法连接到Oracle DB

时间:2014-06-16 10:50:14

标签: oracle11g oracle-sqldeveloper

通过SQL Developer连接到数据库时,我面临以下错误:      Io异常:网络适配器无法建立连接

我试图找出问题并最终看到OracleXETNsListener服务未启动。 我尝试启动它,但收到错误: 本地计算机上的OracleXETNSListener服务已启动然后停止。如果某些服务未被其他服务或程序使用,则会自动停止

也通过命令提示符尝试如下:

C:\Windows\system32>lsnrctl status

LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 16-JUN-2014 15:00
:43

Copyright (c) 1991, 2010, Oracle.  All rights reserved.

Message 1053 not found; No message file for product=NETWORK, facility=TNSTNS-125
57: Message 12557 not found; No message file for product=NETWORK, facility=TNS
 TNS-12560: Message 12560 not found; No message file for product=NETWORK, facili
ty=TNS
  TNS-00527: Message 527 not found; No message file for product=NETWORK, facilit
y=TNS

1 个答案:

答案 0 :(得分:2)

当我选择了VACE ORACLE_HOME& ORACLE_SID,重启&那个错误出现了。 可能的Sol:我删除了vars ORACLE_HOME& ORACLE_SID,我重新启动了电脑,一切正常。