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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Question about listener configuration

Re: Question about listener configuration

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Sun, 14 Mar 2004 20:26:18 -0800
Message-ID: <1079324751.51050@yasure>


music4 wrote:
> Greetings,
>
> My question is about listener.ora configuration. In listener.ora, we
> configure such lines:
>
> LISTENER=
> (DESCRIPTION_LIST =
> (DESCRIPTION =
> (ADDRESS = (PROTOCOL = TCP)(HOST = svr1)(PORT = 1521))
> )
> )
>
> The HOST attribute define hostname or a IP address on which listener to
> listen.
>
> But according to my TCP/IP programming experience, when we develop a socket
> server, we don't have to specify a certain IP address to bind, we can just
> use ADDR_ANY, so that if the host machine has multi ip address (on different
> network segment), the socket server can listen on all IP address.
>
> I am wondering if this can be applied to listener.ora configuration. I mean
> I only specify something like "(HOST = ANY_ADDR)", so that listner can
> listen all IP address.
>
> Thanks in advance!
>
> Evan

I really don't know. I generally don't set out to break products. It seems to me you are putting a lot of energy into avoiding nothing. Just specify the name and go on to something more challenging. ;-)

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Sun Mar 14 2004 - 22:26:18 CST

Original text of this message

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