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

Home -> Community -> Usenet -> c.d.o.server -> Re: Multi-homed interface and Oracle listener

Re: Multi-homed interface and Oracle listener

From: Rick Jones <foo_at_bar.baz.invalid>
Date: 21 Jan 2003 19:37:48 GMT
Message-ID: <b0k7ic$9ld$2@web1.cup.hp.com>


In comp.sys.hp.hpux Jeff Traigle <traigle_at_si.umich.edu> wrote:
> tcp 0 0 *.1521 *.* LISTEN

> As Rick suspected, it looks like the listener is watching on any address
> configured on the system.

Yup. That "*" means that the application bound to the wildcard IP address, aka INADDR_ANY. If you were to verbosely tusc trace the startup, you would see the call to bind() with that parm.

rick jones

-- 
denial, anger, bargaining, depression, acceptance, rebirth...
                                     where do you want to be today?
these opinions are mine, all mine; HP might not want them anyway... :)
feel free to post, OR email to raj in cup.hp.com  but NOT BOTH...
Received on Tue Jan 21 2003 - 13:37:48 CST

Original text of this message

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