zoukankan      html  css  js  c++  java
  • Warning: Subscription For Node Down Event Still Pending

    监听老是起不来,进入log文件一看,发现出现一大堆的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

  • 相关阅读:
    向net core 3.0进击——多平台项目发布与部署
    Linux配置部署_新手向(五)——Docker的安装与使用
    Ubuntu 18.04使用OpenSSL自签证书(证书支持多IP及多域名,谷歌浏览器无警告)
    学习makefile的一个工程示例
    Centos7下设置ceph 12.2.1 (luminous)dashboard UI监控功能
    一个小例子学习makefile
    Centos7下部署ceph 12.2.1 (luminous)集群及RBD使用
    VMware Centos7 桥接 DHCP无法获得IP
    VMware Centos7 NAT 无法上网的解决方法
    jerasure 2.0译文
  • 原文地址:https://www.cnblogs.com/shujuyr/p/14665463.html
Copyright © 2011-2022 走看看