Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to startup 2 listeners on the same machine?
There should be only One Listener.ora per ORACLE_HOME where you can define any
number of Listeners either listening to multiple databases or to the Same
Database. Multiple Listeners for One Database is used for Load Balancing.
It would be better to configure them to run on different TCP Ports.
The Default listener is called 'LISTENER ' which is started using
lsnrctl start (or)
lsnrctl start LISTENER
Any Other Listener will be started using lsnrctl start New_Listener
Hope this helps,
-Thiru
Kenneth C Stahl wrote:
> Steve Lucius wrote:
>
> > Hello all
> >
> > I have two Oracle instances running on one machine. One is Oracle
> > 8.0.4 and the other is Oracle 7.3.4. I have started the listener for the
> > Oracle 8 database. What do I need to do to start a listener for the
> > Oracle 7.3.4 database. Any help would be greatly appreciated
> >
> > Steve Lucius
> > Raytheon Systems Co.
>
> I have a similar (but different) situation.
>
> I have two Oracle 7.3.4 instances running on the same machine. The OS is
> Unixware 2.1.3. The way it is currently configured, there is just one
> listener and I start it with:
>
> lsnrctl start
>
> If I wanted to have two different listeners would I have to have a
> listener.ora and then another similar file with another name? Or would both
> listeners be defined in the same listener.ora but would just be started with
> a command that has more parameters then what I just stated above.
>
> Ken
Received on Thu Sep 02 1999 - 15:50:25 CDT
![]() |
![]() |