Listener refused the connection with the following error:ORA-12505, TNS:listener does not currently

Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
由于SID连接不匹配,监听器拒绝连接。


一般情况下,当创建数据库时会创建数据库名和SID。SID用于唯一标识一个实例。在同一台计算机上不能重复。
1、查看实例名称和ORACLE_SID
    在Windows环境可以(以我自己的机器为例):
    (1)开始—>运行(输入regedit),在HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OraDb11g_home1中有ORACLE_SID的键值(系统默认值),如下图所示:

我的ORACLE_SID是orcl,所以SID应输入orcl而不是xe;
经测试,通过,就可以连接数据库了。

你可能感兴趣的:(Oracle)