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

Home -> Community -> Usenet -> c.d.o.server -> Re: SQL*Net Add Second Instance

Re: SQL*Net Add Second Instance

From: <Cathy>
Date: 1997/12/15
Message-ID: <67492q$3g@atlantis.utmb.edu>#1/1

you just duplicate the SID_DESC section keeping it inside the SID_LIST parenthesis set. See below.

>SID_LIST_LISTENER =
> (SID_LIST =
> (SID_DESC =
> (SID_NAME = name_of_SID1)
> (PROGRAM = 'DUA16:[ORACLE7.NETWORK.ADMIN]ORASRV_NETV2.COM')
> (TIMEOUT = 0)
> )

     (SID_DESC = 
	(SID_NAME = name_of_SID2)
	(PROGRAM ......)
	(TIMEOUT = ...)
     )

> )
>
Received on Mon Dec 15 1997 - 00:00:00 CST

Original text of this message

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