Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Two 10g listeners at the same time

RE: Two 10g listeners at the same time

From: Jesse, Rich <Rich.Jesse_at_qg.com>
Date: Fri, 1 Sep 2006 11:23:07 -0500
Message-ID: <FB5D3CCFCECC2948B5DCF4CABDBE6697A52135@QTEX1.qg.com>


Check Metalink article 284602.1. The parameter is actually:  

        SUBSCRIBE_FOR_NODE_DOWN_EVENT_[LISTENER]=OFF where [LISTENER] is the name of the listener, which by default is "LISTENER". Enjoy!

Rich


From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Fuad Arshad Sent: Friday, September 01, 2006 10:55 AM To: AGUERRA_at_amfam.com; oracle-l
Subject: Re: Two 10g listeners at the same time

oracle calls this a feature i think it is a bug anyways the fix is
subscribe_for_node_down_event=off
in listener.ora

Hello all,

Twice this week the 10g listener spun a child process and hung all new connections to any database (10.2.0.2 on HPUX 11.11) This is what it looked like:

ps -ef ...

oracle 21170 16606 0 13:57:00 ? 0:00
/usr/oracle/rdbms/10.2/bin/tnslsnr LISTENER -inherit
oracle 16606 1 0 Aug 28 ? 83:26
/usr/oracle/rdbms/10.2/bin/tnslsnr LISTENER -inherit

The only way to fix this was to kill the processes (lsnrctl did not work) and start the listener again... No error messages were found in the listener.log.

Any help would be appreciated.

Thanks.

Abraham Guerra
American Family Insurance.

--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Sep 01 2006 - 11:23:07 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US