| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: TNS-12500
IIRC, the SID_LIST in listener.ora is only needed for the 8.0.5 database(s). The 8i databases don't need to be included. Then, the 8.1.6 init.ora's need to have local_listener=sid set. Here an example configuration I used with the 8.1.7 listener for both 8.0.6/8.1.7 databases:
LSNR01 =
(ADDRESS_LIST =
(ADDRESS= (PROTOCOL= IPC)(KEY=LSNR01))
(ADDRESS= (PROTOCOL= TCP)(Host=host.domain)(Port= 1521))
)
(SID_NAME = mnet03aX)
(ORACLE_HOME=/dbms/ora00/app/oracle/product/8.0.6)
)
(ADDRESS= (PROTOCOL= IPC)(KEY=LSNR02))
(ADDRESS= (PROTOCOL= TCP)(Host=host.domain)(Port= 1526))
)
(SID_NAME = mnet03aX)
(ORACLE_HOME=/dbms/ora00/app/oracle/product/8.0.6)
)
-- 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 Tue Aug 06 2002 - 10:53:27 CDT
![]() |
![]() |