Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: clients can't connect to second instance!

Re: clients can't connect to second instance!

From: D. Oakley <no-one_at_nowhere.com>
Date: Thu, 13 May 1999 10:09:12 +0100
Message-ID: <Cxw_2.2187$yr2.1032@news.indigo.ie>


Thanks guys, I added the second instance manually to the listener.ora file:

TRACE_LEVEL_LISTENER = ADMIN
SID_LIST_LISTENER =
  (SID_LIST =
(SID_DESC =

      (SID_NAME = ORCL)
    )
(SID_DESC =

      (SID_NAME = CENT)
    )
  )
PASSWORDS_LISTENER = (oracle)

Is there no way of getting this to happen automatically when you create a new instance? SQL Net Easy Config has nothing to do with the listener process right? Received on Thu May 13 1999 - 04:09:12 CDT

Original text of this message

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