Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: how can listener list on two ports for the same db?
If this is 8i, the SID_LIST isn't needed. Here's an example of two listeners (lsnr01 & lsnr02) each listening on a diff port for logical names:
LSNR01 =
(ADDRESS_LIST =
(ADDRESS= (PROTOCOL= IPC)(KEY=lsnr01)) (ADDRESS= (PROTOCOL= TCP)(Host= kfplcmdb)(Port= 1521)) (ADDRESS= (PROTOCOL= TCP)(Host= kfalcmdb)(Port= 1521)))
(ADDRESS= (PROTOCOL= IPC)(KEY=lsnr02)) (ADDRESS= (PROTOCOL= TCP)(Host= kfplcmdb)(Port= 1526)) (ADDRESS= (PROTOCOL= TCP)(Host= kfalcmdb)(Port= 1526)))
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Suzy Vordos INET: lvordos_at_qwest.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 May 29 2002 - 10:48:34 CDT