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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to stop the TNSListenerService in Windows NT ?

Re: How to stop the TNSListenerService in Windows NT ?

From: Michael Mann <michmann_at_bigfoot.com>
Date: Thu, 26 Nov 1998 23:18:40 +0100
Message-ID: <365DD3C0.296B1839@bigfoot.com>


Hello !

You can shutdown a service on commandline by the net command i.e.: net start myservice or net stop myservice

-> in Windows NT Server Ressource Kit, you can find a remote -command
service

    that is like remote shell in UN*X
-> Therefore you have to install the DB-Server as RemoteCommandServer

    (network->add....[it ist described in the reskit-documentation])     and run the program rcmd.exe \\server\net stop myservice hope this helps

Michael Received on Thu Nov 26 1998 - 16:18:40 CST

Original text of this message

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