Msg in listener.log [message #152291] |
Thu, 22 December 2005 05:35  |
chara Messages: 81 Registered: April 2005 Location: th |
Member |
|
|
Hello all,
I saw msg in listener.log was
"WARNING: Subscription for node down event still pending"
What happend? Did my db usual? os=linux,db=oracle10g
Thks for advance
Chara
|
|
|
| Re: Msg in listener.log [message #188985 is a reply to message #152291] |
Tue, 22 August 2006 12:10  |
anacedent Messages: 7061 Registered: July 2005 Location: +32° 58' 41.00"N -1... |
Senior Member |
|
|
Cause
These messages are related to the Oracle10g TNS Listener's default subscription to the Oracle Notification Service (ONS). In a non-RAC environment it is recommended to disable this subscription.
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.
This will prevent the messages from being written to the log file, but also prevent the 10g TNS
Listener from hanging periodically.
|
|
|