Re: setting up listener to listen on 2 of 5 adresses (oracle9)

From: Frank <fbortel_at_home.nl>
Date: Tue, 30 Apr 2002 19:46:35 +0200
Message-ID: <3CCED87B.4030605_at_home.nl>


(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.x.y)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = a.b.c.d)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY=YourSid)
  )

The listener is a broker - it listens on the specified addresses and protocols for an incoming request, then hands it off to another process. The incoming request also contains the SID; if not on the listener, the listener will repond with an error.

Hth, Frank Received on Tue Apr 30 2002 - 19:46:35 CEST

Original text of this message