关于监听器的问题 

时间:2022-02-07 22:51:00
C:\>lsnrctl status

LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 31-10月-2011 16:56:09

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

正在连接到 (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=pankoobohsvr)(PORT=1521)))
LISTENER 的 STATUS
------------------------
别名                      LISTENER
版本                      TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
启动日期                  31-10月-2011 10:14:35
正常运行时间              0 天 6 小时 41 分 35 秒
跟踪级别                  off
安全性                    ON: Local OS Authentication
SNMP                      OFF
监听程序参数文件          D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
监听程序日志文件          D:\oracle\product\10.2.0\db_1\network\log\listener.log
监听端点概要...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=pankoobohsvr)(PORT=1521)))
服务摘要..
服务 "BOHXDB" 包含 1 个例程。
  例程 "boh", 状态 READY, 包含此服务的 1 个处理程序...
服务 "BOH_XPT" 包含 1 个例程。
  例程 "boh", 状态 READY, 包含此服务的 1 个处理程序...
服务 "boh" 包含 1 个例程。
  例程 "boh", 状态 READY, 包含此服务的 1 个处理程序...
命令执行成功

C:\>lsnrctl status

LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 01-11月-2011 09:54:36

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

正在连接到 (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=pankoobohsvr)(PORT=1521)))
TNS-12560: TNS: 协议适配器错误
 TNS-00530: 协议适配器错误
  32-bit Windows Error: 55: Unknown error



刚开始的时候是好的,为什么过了一段时间(一天后)就不行了呢???

6 个解决方案

#1


(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=pankoobohsvr)(PORT=1521)))
--host 改为IP地址试试!

#2


C:\>lsnrctl start

LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 01-11月-2011 11:07:02

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

启动tnslsnr: 请稍候...

Service OracleOraDb10g_home1TNSListener already running.
TNS-12560: TNS: 协议适配器错误


改了,还是启不来。。。

#3


查看日志:

监听程序日志文件 D:\oracle\product\10.2.0\db_1\network\log\listener.log

#4


已经起来了呀:

Service OracleOraDb10g_home1TNSListener already running.

#5


没有起来, TNS-12560: TNS: 协议适配器错误

每次都是重启电脑的时候能用,过一段时间就不能用了。。。

#6


02-11月-2011 09:37:33 * service_update * boh * 0
02-11月-2011 09:37:51 * (CONNECT_DATA=(COMMAND=status)(VERSION=169869568)) * status * 1189
TNS-01189: 监听程序无法验证用户
02-11月-2011 09:37:51 * status * 12618
TNS-12618: TNS: 版本不兼容


这个是什么错!??

#1


(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=pankoobohsvr)(PORT=1521)))
--host 改为IP地址试试!

#2


C:\>lsnrctl start

LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 01-11月-2011 11:07:02

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

启动tnslsnr: 请稍候...

Service OracleOraDb10g_home1TNSListener already running.
TNS-12560: TNS: 协议适配器错误


改了,还是启不来。。。

#3


查看日志:

监听程序日志文件 D:\oracle\product\10.2.0\db_1\network\log\listener.log

#4


已经起来了呀:

Service OracleOraDb10g_home1TNSListener already running.

#5


没有起来, TNS-12560: TNS: 协议适配器错误

每次都是重启电脑的时候能用,过一段时间就不能用了。。。

#6


02-11月-2011 09:37:33 * service_update * boh * 0
02-11月-2011 09:37:51 * (CONNECT_DATA=(COMMAND=status)(VERSION=169869568)) * status * 1189
TNS-01189: 监听程序无法验证用户
02-11月-2011 09:37:51 * status * 12618
TNS-12618: TNS: 版本不兼容


这个是什么错!??