| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Multiple listeners question
Yes, this can be done, here is an example...
#### # LSNR01 ####
(ADDRESS= (PROTOCOL= IPC)(KEY=LSNR01))
(ADDRESS= (PROTOCOL= TCP)(Host=host.domain)(Port= 1521))
)
(SID_NAME = oradb01)
(ORACLE_HOME=/dbms/ora00/app/oracle/product/8.0.6)
(ENVS='EPC_DISABLED=TRUE')
(SID_NAME = oradb02)
(ORACLE_HOME=/dbms/ora00/app/oracle/product/8.0.6)
(ENVS='EPC_DISABLED=TRUE')
#### # LSNR02 ####
(ADDRESS= (PROTOCOL= IPC)(KEY=LSNR02))
(ADDRESS= (PROTOCOL= TCP)(Host=host.domain)(Port= 1526))
)
(SID_NAME = oradb01)
(ORACLE_HOME=/dbms/ora00/app/oracle/product/8.0.6)
(ENVS='EPC_DISABLED=TRUE')
(SID_NAME = oradb02)
(ORACLE_HOME=/dbms/ora00/app/oracle/product/8.0.6)
(ENVS='EPC_DISABLED=TRUE')
![]() |
![]() |