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: LISTENER CONFIGURATION?

Re: LISTENER CONFIGURATION?

From: Deepak Thapliyal <deepakthapliyal_at_yahoo.com>
Date: Wed, 28 Nov 2001 10:32:45 -0800
Message-ID: <F001.003CF5D7.20011128101533@fatcity.com>

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


Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1
-- 
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

Original text of this message

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