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

WARNING: Subscription for node down event still pending

2013-08-11 18:10 393 查看
做dataguard时出现的错误提示

1) Rename the Oracle10g ons.config file so the listener does not find or use it.

cd $ORACLE_HOME/opmn/conf

mv ons.config ons.config.orig

(then restart the listener)

2) Explicitly disable the 10g TNS Listener from subscribing to the ONS.

Edit the active 10g listener.ora file and add the parameter below:

SUBSCRIBE_FOR_NODE_DOWN_EVENT_<listener_name>=OFF

where <listener_name> would be replaced with the actual listener name configured in the listener.ora file.

For example, if the listener name is LISTENER (default), the parameter would be:

SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER=OFF

(then restart the listener)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: