WARNING: Subscription for node down event still pending
於是去metalink所尋下,發現如下一片文章,其中方法可以解決本機環境遇到的問題
Warning: Subscription For Node Down Event Still Pending' In Listener Log (Doc ID 372959.1)
Oracle Net Services - Version 10.2.0.1 to 11.2.0.4 [Release 10.2 to 11.2]
Information in this document applies to any platform.
***Checked for relevance on 29-JAN-2014***
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 Intermittent TNS Listener Hang, New Child Listener Process Forked
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 NetMGR May Error When Listener.ora File Contains:SUBSCRIBE_FOR_NODE_DOWN_EVENT
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25097694/viewspace-2130242/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- .監聽日誌錯誤: WARNING: Subscription for node down event still pending
- listener.log中報Warning: Subscription For Node Down Event Still Pending問題的解決方法
- 因為/etc/hosts中問題導致監聽掛起-報錯:WARNING: Subscription for node down event still pending
- node event loopOOP
- node中的Event LoopOOP
- 關於RMAN-08137: WARNING: archive log not deleted as it is still needed問題的分析Hivedelete
- node基礎與event loopOOP
- Node.js Event loop 原理Node.jsOOP
- node 基礎與 Event LoopOOP
- 瀏覽器的event loop和node的event loop瀏覽器OOP
- RxJS -- SubscriptionJS
- 瀏覽器event loop和node的event loop講解瀏覽器OOP
- Node.js 中的 Event loopNode.jsOOP
- node中的事件環(Event Loop)事件OOP
- Node.js Event Loop與瀏覽器 Event Loop(事件環)Node.jsOOP瀏覽器事件
- 【譯】Node.js中的Event LoopNode.jsOOP
- SOA Suite Purge Log 指令碼報錯問題ORA-20001: Jobs still running or not shut downUI指令碼
- Node.js design pattern : Reactor (Event Loop)Node.jsReactOOP
- mysql從庫伺服器down機報錯Could not parse relay log event entryMySql伺服器
- Oracle pending areaOracle
- 深入解析Node.js Event Loop各階段Node.jsOOP
- 淺談Node.js的事件環(event loop)Node.js事件OOP
- Starting HEARTBEAT with WARNING: string2msg_ll: node [... ] failed authenticationAI
- 瀏覽器和Node.js中的Event Loop瀏覽器Node.jsOOP
- put it down?
- RACSignal 的 Subscription 深入分析
- 瀏覽器和Node不同的事件迴圈(Event Loop)瀏覽器事件OOP
- Redis Cluster [WARNING] Node 127.0.0.1:7003 has slots in migrating state (15495).Redis127.0.0.1
- Upside DownIDE
- Node.js Event Loop 處理的幾大週期介紹Node.jsOOP
- 一篇文章教會你Event loop——瀏覽器和NodeOOP瀏覽器
- 執行node提示:events.js:160 throw er; // Unhandled 'error' eventJSError
- 11g新特性:Pending Statistics
- 11g新特性--pending statistics
- BLE從機講解(13)_Pending
- mysql WarningMySql
- 瀏覽器與Node的事件迴圈(Event Loop)有何區別?瀏覽器事件OOP
- 理解瀏覽器和node.js中的Event loop事件迴圈瀏覽器Node.jsOOP事件