你的Oracle服务没有打开
监听器没有连接到服务!

解决方案 »

  1.   

    Check addresses used for proper protocol specification. Before reporting this error, look at the error stack and check for lower level transport errors.For further details, turn on tracing and re-execute the operation. Turn off tracing when the operation is complete
      

  2.   

    你的监听器配置的不对吧,是用的什么协议
    如果是tcp/ip,那host指明的本机名或本机ip吗?
      

  3.   

    我的是使用Tcp/ip,但是同样出现楼主所说的“TNS-12560: TNS:协议适配器出现错误”,当你删除数据库的时候就会出现该错误。
      

  4.   

    # LISTENER.ORA Network Configuration File: d:\Oracle\Ora81\network\admin\listener.ora
    # Generated by Oracle configuration tools.LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = zhucx)(PORT = 1522))
          )
        )
      )SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = d:\Oracle\Ora81)
          (PROGRAM = extproc)
        )
      )