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: Listeners listening to multiple IPs

RE: Listeners listening to multiple IPs

From: mohammed bhatti <mkb125_at_yahoo.com>
Date: Wed, 12 Dec 2001 07:20:46 -0800
Message-ID: <F001.003DABCA.20011212065523@fatcity.com>

How about one listener listening to two IPs. I have the following working in a development area:

LISTENER =

 (ADDRESS_LIST =
 (ADDRESS= (PROTOCOL= IPC)(KEY= db1))
 (ADDRESS= (PROTOCOL= IPC)(KEY= db1.world))
 (ADDRESS= (PROTOCOL= IPC)(KEY= extproc0))
 (ADDRESS= (PROTOCOL= IPC)(KEY= PNPKEY))
 (ADDRESS= (PROTOCOL= TCP)(Host= dbsrvr01)(Port=1521))
 (ADDRESS= (PROTOCOL= TCP)(Host=

dbsrvr01b)(Port=1521))
)
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: mohammed bhatti
  INET: mkb125_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed Dec 12 2001 - 09:20:46 CST

Original text of this message

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