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: [Q] how to make two Ethernet card listen to same port?

RE: [Q] how to make two Ethernet card listen to same port?

From: <Stephen.Lee_at_DTAG.Com>
Date: Mon, 30 Aug 2004 15:30:38 -0500
Message-ID: <F5340B0E4DA1B64E906D328077060B21E62961@dtagpo2.dtg.local>

You must define more than one listener.

LIST_CRAP_1=(ADDRESS_LIST=(ADDRESS=(COMMUNITY=TCP.WORLD)(PROTOCOL=TCP)(Host=
192.168.1.3)(Port=1522)))
LIST_CRAP_2=(ADDRESS_LIST=(ADDRESS=(COMMUNITY=TCP.WORLD)(PROTOCOL=TCP)(Host=
192.168.1.2)(Port=1522)))

STARTUP_WAIT_TIME_LIST_CRAP_1 = 0
CONNECT_TIMEOUT_LIST_CRAP_1 = 10
LOG_DIRECTORY_LIST_CRAP_1 = /oracle/app/oracle/product/9.2.0.4/network/log LOG_FILE_LIST_CRAP_1 = list_crap_1.log
TRACE_LEVEL_LIST_CRAP_1 = NONE STARTUP_WAIT_TIME_LIST_CRAP_2 = 0
CONNECT_TIMEOUT_LIST_CRAP_2 = 10
LOG_DIRECTORY_LIST_CRAP_2 = /oracle/app/oracle/product/9.2.0.4/network/log LOG_FILE_LIST_CRAP_2 = list_crap_2.log
TRACE_LEVEL_LIST_CRAP_2 = NONE SID_LIST_LIST_CRAP_1=(SID_LIST=(SID_DESC=(SID_NAME=CRAP)(ORACLE_HOME=/oracle
/app/oracle/product/9.2.0.4)))

SID_LIST_LIST_CRAP_2=(SID_LIST=(SID_DESC=(SID_NAME=CRAP)(ORACLE_HOME=/oracle
/app/oracle/product/9.2.0.4)))



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Mon Aug 30 2004 - 15:32:28 CDT

Original text of this message

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