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: How do I start/stop a sql/net v2 listener while keeping the other running ???

Re: How do I start/stop a sql/net v2 listener while keeping the other running ???

From: Jim Anderson <anderson_at_ci.lincoln.ne.us>
Date: 1998/03/09
Message-ID: <35040D13.60F71B17@ci.lincoln.ne.us>#1/1

You can create a seperate service name in your listener.ora file. By default, when you type

start

from lsnrctl, the services under LISTENER start. Take out the tcp/ip info from the default and put them in a seperate service name, for example LSNRTCP. Then, you can type:

start LSNRTCP
and
stop LSNRTCP

to start/stop tcp/ip services.

HTH,
Jim Anderson Received on Mon Mar 09 1998 - 00:00:00 CST

Original text of this message

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