Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: LISTENER CONFIGURATION?
Seema,
for this you basically define them in the listener.ora file and start each individually .. here is an e.g.
LISTENER =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST =
yyy.zz.ea.com)(PORT = 1521))
)
LISTENER_REAL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST =
xxx.xx.ea.com)(PORT = 1522))
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(ORACLE_HOME = /opt/oracle/product/816) (SID_NAME = gamesdev)
SID_LIST_LISTENER_REAL =
(SID_LIST =
(SID_DESC =
(ORACLE_HOME = /opt/oracle/product/816) (SID_NAME = realdb)
hth
Deepak
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Deepak Thapliyal INET: deepakthapliyal_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 Nov 28 2001 - 12:32:45 CST
![]() |
![]() |