Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Multiple instances on one listener
Your listener.ora needs something like the following. In this example it's
listening for 2 SIDs.
LISTENER =
(ADDRESS_LIST =
(ADDRESS=
(PROTOCOL= IPC)
(KEY= MERAX)
) (ADDRESS=
(PROTOCOL= IPC)
(KEY= PROD)
) (ADDRESS=
(COMMUNITY= TCP)
(Host = xxx.xxx.xxx.xxxx)
(PROTOCOL= TCP)
(Port= 1526)
)
--
Terry Dykstra
Canadian Forest Oil Ltd.
Check out Sybase Developer's Network: http://www.sybase.com/sdn
Michael Reali <miker_at_newcenturysoftware.com> wrote in message news:388CA50E.D26CE531_at_newcenturysoftware.com...
> I asked this a few months ago and was given the answer. I misplaced it > and now I ask again... > Could someone tell me how to configure a 7.3.4 listener so that I can > hit multiple instances from my client machines without having to switch > the ORACLE_SID environment variable? > > MR >Received on Mon Jan 24 2000 - 17:00:55 CST
![]() |
![]() |