您的位置:首页 > Web前端 > Node.js

Master Note:'Warning: Subscription For Node Down Event Still Pending' In Listener Log

2011-06-24 10:35 459 查看
'Warning: Subscription For Node Down Event Still Pending' In Listener Log [ID 372959.1]
修改时间 11-FEB-2011 类型 PROBLEM 状态 PUBLISHED
In this Document
Symptoms
Changes
Cause
Solution
References

Applies to:

Oracle Net Services - Version: 10.1.0.2.0 to 11.2.0.0 - Release: 10.1 to 11.2
Information in this document applies to any platform.
Checked for relevance on 08-JAN-2009.
This issue affects only 10g and newer listeners.

Symptoms

You are receiving the following warning messages in the listener.log file constantly:

'WARNING: Subscription for node down event still pending'

Changes

This may be a new installation or a recent upgrade to 10g or newer.

Cause

These messages are related to the Oracle TNS Listener's default subscription to the Oracle Notification Service (ONS). In a non-RAC environment it is recommended to disable this subscription. This feature was introduced in Oracle 10g.

Solution

Set the following parameter in the listener.ora:

SUBSCRIBE_FOR_NODE_DOWN_EVENT_<listener_name>=OFF

Where <listener_name> should be replaced with the actual listener name configured in the
LISTENER.ORA file.
SUBSCRIBE_FOR_NODE_DOWN_EVENT_<listener_name> parameter is to be placed by itself on an empty line.
It will be necessary to restart or reload the listener following the addition of this parameter.
This will prevent the messages from being written to the log file and may also prevent the TNS
Listener from hanging periodically. See NOTE 340091.1
Please Note: Setting SUBSCRIBE_FOR_NODE_DOWN_<listener_name> to OFF disables a necessary RAC functionality. The above workaround is recommended only for non-RAC environments.
The issue may be present in all 10g and newer installations.
Note: The use of this undocumented parameter may cause problems with the use of the Net Manager (NetMgr) configuration utility. See Note 437598.1.

References

NOTE:340091.1 - Intermittent TNS Listener Hang, New Child Listener Process Forked
NOTE:437598.1 - NetMGR May Error When Listener.ora File Contains:SUBSCRIBE_FOR_NODE_DOWN_EVENT
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐