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: Listener fork

RE: Listener fork

From: Kevin Closson <kevinc_at_polyserve.com>
Date: Mon, 5 Jun 2006 11:39:59 -0700
Message-ID: <5D2570CAFC98974F9B6A759D1C74BAD0E5A698@ex2.ms.polyserve.com>

 

You didn't state what Linux.

Those aren't processes. They are threads and they wont cause you any problem re process limit.

If you don't like the way they look, you should be able to do this:

$ export LD_ASSUME_KERNEL=""
$ lsnrctl start

...you should get NPTL this way and so ps will look cleaner.

PS. I've not found any human with a pulse and a room tempurature I.Q. that can explain to me why the Linux guys thought it would be so brilliant to expose Pthreads in ps(1) output. If anything it should be detail that one would have to go way out of their way for because it is minutia.

>>>-----Original Message-----
>>>From: oracle-l-bounce_at_freelists.org
>>>[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Dean Paul
>>>Sent: Monday, June 05, 2006 11:19 AM
>>>To: oracle-l_at_freelists.org
>>>Subject: Listener fork
>>>
>>>Hi,
>>>I've installed 10g on Linux platform.When I run ps -ef |
>>>grep tnslsnr it shows multiple listener processes with same name.
>>>Does any one know why ?
>>>This may be cause some point of time to exceed # of linux processes.
>>>Please let me know why, is there any parameters I need to
>>>change or reset?
>>>
>>>here
>>>
>>>/u01/app/oracle/product/10.2.0/bin/tnslsnr listener_sales -inherit
>>>oracle 22661 22660 0 May30 ? 00:00:02
>>>/u01/app/oracle/product/10.2.0/bin/tnslsnr listener_sales -inherit
>>>oracle 22662 22661 0 May30 ? 00:00:02
>>>/u01/app/oracle/product/10.2.0/bin/tnslsnr listener_sales -inherit
>>>oracle 22663 22661 0 May30 ? 00:00:00
>>>/u01/app/oracle/product/10.2.0/bin/tnslsnr listener_sales
>>>-inherit Thanks -Dean
>>>
>>>_________________________________________________________________
>>>Express yourself instantly with MSN Messenger! Download
>>>today - it's FREE!
>>>http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
>>>
>>>--
>>>http://www.freelists.org/webpage/oracle-l
>>>
>>>
>>>

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Jun 05 2006 - 13:39:59 CDT

Original text of this message

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