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 to start and stop the listener service from Dos prompt ?

Re: How to start and stop the listener service from Dos prompt ?

From: Uday Bikkasani <udayb_at_concentric.net>
Date: 25 Nov 1998 15:01:33 PST
Message-ID: <73i28d$m4g@journal.concentric.net>


You can also start and stop the services from the dos prompt using the net command in winnt.

net <start/stop> <servicename>

if the service name in control panel is oracletnslistener80

you can start it as :net start oracletnslistener80

and stop by typing : net stop oracletnslistener80

lsnrctl in windows nt comes with the 2 char major version number.

lsnrctl80 start
lsnrctl80 stop
lsnrctl73 status

hope that helps

uday

Mathieu KREMBEL wrote in message <73hk87$o2i$1_at_platane.wanadoo.fr>...
>How can I start and stop the listener service from Dos prompt ?
>I use Oracle server 7.3.3 with Windows NT Server 4.0.
>I know how to do with the control panel.
>
>Thanks for your answers.
>
>Matthieu Krembel
>CH-Rouffach
>E-Mail : m.krembel_at_ch-rouffach.fr
>
>Sorry, if this mail was already sent, I had some problems with my news
>server.
Received on Wed Nov 25 1998 - 17:01:33 CST

Original text of this message

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