Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: OS spawns multiple PIDs for one listener process
Kevin:
Thank you.
Restarting the listener process by unsetting LD_ASSUME_KERNEL env. variable did the trick!
$ ps -ef|grep tns
oracle 21772 1 0 19:18 ? 00:00:00
/ispiris-test/orasrc/product/db/10.2.0.2/bin/tnslsnr LISTENER -inherit
We set this variable " LD_ASSUME_KERNEL=2.4.19" for Oracle account as recommended for binary installation
Would you see any pros/cons by setting/ignoring this value.
Following is a ref. from *Werner Puschitz's* note on this variable for Oracle installation
# *Set the LD_ASSUME_KERNEL environment variable only for Red Hat 9, * # *RHEL AS 3, and RHEL AS 4 !!* # Use the "Linuxthreads with floating stacks" implementation instead ofNPTL:
On 10/27/06, Kevin Closson <kevinc_at_polyserve.com> wrote:
>
>
> likely non-NPTL threads...do you set LD_ASSUME_KERNEL ?
>
>
> ------------------------------
> *From:* oracle-l-bounce_at_freelists.org [mailto:
> oracle-l-bounce_at_freelists.org] *On Behalf Of *jayaraj rengarajan
> *Sent:* Friday, October 27, 2006 1:17 PM
> *To:* oracle-l
> *Subject:* OS spawns multiple PIDs for one listener process
>
>
> Folks:
>
> I am seeing an unusal pattern with listener process. When starting this
> process, OS spawn four PIDs.
> The listener.ora file is similar to what we have in other servers.
>
> OS : Linux RHEL 4.0
> DB: 10.2.0.2
>
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Oct 27 2006 - 18:29:10 CDT
![]() |
![]() |