# listener.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\listener.ora
# Generated by Oracle configuration tools.#SID_LIST_LISTENER =
#  (SID_LIST =
#    (SID_DESC =
#     (SID_NAME = PLSExtProc)
#      (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
#      (PROGRAM = extproc)
#    )
#  )SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = sd)
      (ORACLE_HOME = d:\oracle\product\10.2.0\db_1)
      (PROGRAM = hsodbc)
    )
  )LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    )
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.207.81)(PORT = 1521))
    )
  ) # tnsnames.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.#  EXTPROC_CONNECTION_DATA =
#  (DESCRIPTION =
#    (ADDRESS_LIST =
#      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
#    )
#    (CONNECT_DATA =
#      (SID = PLSExtProc)
#      (PRESENTATION = RO)
#    )
#  )DLHIS =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.207.81)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = dlhis)
    )
  )ORCLSD =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.207.81)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = orclsd)
    )
  )SD =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.207.81)(PORT = 1521))
    (CONNECT_DATA =(SID = sd))
    (HS = OK)
  ))

解决方案 »

  1.   


    ORA-12528: TNS:listener: all appropriate instances are blocking new connections 
    Cause: All instances supporting the service requested by the client reported that they were blocking the new connections. This condition may be temporary, such as at instance startup.
     
    Action: Attempt the connection again. If error persists, then contact the administrator to check the status of the instances. 楼主把
    SD = 
      (DESCRIPTION = 
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.207.81)(PORT = 1521)) 
        (CONNECT_DATA =(SID = sd)) 
        (HS = OK) 
      )) 该成
    ORCLSD = 
      (DESCRIPTION = 
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.207.81)(PORT = 1521)) 
        (CONNECT_DATA = 
          (SERVER = DEDICATED) 
          (SERVICE_NAME = sd) 
        ) 
      ) 
    在重连下试试.. 改后把监听服务也重启下.
      

  2.   


    SD = 
      (DESCRIPTION = 
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.207.81)(PORT = 1521)) 
        (CONNECT_DATA = 
          (SERVER = DEDICATED) 
          (SERVICE_NAME = sd) 
        ) 
      ) 
      

  3.   

    tianlesoftware:
    你好
    还是不行
      

  4.   

    监听启动正常吗? 楼主要连的是SD实例吗?看可能ping通
    c:>tnsping SD 
      

  5.   

     D:\>tnsping SDTNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-11月-
    2009 10:51:48Copyright (c) 1997, 2005, Oracle.  All rights reserved.已使用的参数文件:
    D:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora
    已使用 TNSNAMES 适配器来解析别名
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.
    207.81)(PORT = 1521)) (CONNECT_DATA =(SID = sd)) (HS = OK))
    OK (30 毫秒)D:\>tnsping orclsdTNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-11月
    2009 10:52:10Copyright (c) 1997, 2005, Oracle.  All rights reserved.已使用的参数文件:
    D:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora
    已使用 TNSNAMES 适配器来解析别名
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168
    207.81)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl
    d)))
    OK (30 毫秒)
      

  6.   

     D:\>tnsping SDTNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-11月-
    2009 10:51:48Copyright (c) 1997, 2005, Oracle.  All rights reserved.已使用的参数文件:
    D:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora
    已使用 TNSNAMES 适配器来解析别名
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.
    207.81)(PORT = 1521)) (CONNECT_DATA =(SID = sd)) (HS = OK))
    OK (30 毫秒)D:\>tnsping orclsdTNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-11月
    2009 10:52:10Copyright (c) 1997, 2005, Oracle.  All rights reserved.已使用的参数文件:
    D:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora
    已使用 TNSNAMES 适配器来解析别名
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168
    207.81)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl
    d)))
    OK (30 毫秒)
      

  7.   

    lsnrctl stat 看看情况
    如果没有启动,启动之
      

  8.   

    你是什么时候出现的这个错误呀?执行sql还是登录