WARNING: Subscription for node down event still pending
역시나 올해 1월 8일에 메타링크에 이미 공지된 내용이네요. 10g 에서만 문제되는 듯합니다 ^^
오라클 리스너 파일에 아래 파라미터를 추가하면 되네요..
SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER=OFF
출처: 오라클 메타링크
10G LSNR: 'Warning: Subscription For Node Down Event Still Pending' In Listener Log
Applies to:
Oracle Net Services - Version: 10.1.0.2.0 to 11.1.0.7.0
This problem can occur on 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 istelf 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_<listername> 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.
'ORACLE > TroubleShooting' 카테고리의 다른 글
Oracle 패치셋 업그레이드 후 ORA-01092 발생할 경우 (0) | 2010.05.26 |
---|---|
ORA-01000: maximum open cursors exceeded" 조사 (0) | 2010.04.01 |
DATABASE CRASH WITH SGA_TARGET 문서 ID: 747812.1 (0) | 2009.03.03 |
RAC 환경에서 ORA-29740 문제 진단 (0) | 2009.03.02 |
SP2-0734: unknown command beginning "작업이 진..." - rest of line ignored. (0) | 2008.12.17 |