| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to stop the TNSListenerService in Windows NT ?
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
![]() |
![]() |