Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: NT - How to remotely start/stop oracle listener service?
Hi,
I would also recommend the free GUI tool Service+ Light (http://www.activeplus.com/) as a very quick way of restarting services on a remote computer.
It allows selecting multiple services at once and has a restart option which seems to be faster that a stop then a start.
Regards,
Bruce Reardon
mailto:bruce.reardon_at_comalco.riotinto.com.au
-----Original Message-----
From: Guidry, Chris [mailto:chris.guidry_at_atcoelectric.com]
Sent: Saturday, 9 December 2000 7:40
Hello,
If you have the NT Resource Kit take a look at NETSVC
C:\>netsvc /?
Controls and displays the status of services.
NETSVC servicename \\computername /command
servicename Name of the service
computername Name of the computer to administer.
/command One of the following: /query Queries the status of the service. /start Starts the service. /stop Stops the service. /pause Pauses the service. /continue Starts the paused service. /list Lists installed services (omit servicename) Example: NETSVC server \\joes486 /query Example: NETSVC "Clipbook Server" \\popcorn /stopExample: NETSVC alerter \\joes486 /pause Example: NETSVC /list \\joes486
Arguments are allowed in any order.
-- Chris J. Guidry P.Eng. ATCO Electric, Metering Services Phone: (780) 420-4142 Fax: (780) 420-3854 Email: chris.guidry_at_atcoelectric.comReceived on Sun Dec 10 2000 - 18:07:18 CST
> -----Original Message-----
> From: Bala Muru [SMTP:muru321_at_yahoo.com]
> Sent: Wednesday, December 06, 2000 10:50 PM
>
> Hello Lists,
>
> I have to remotely manage few Oracle 8.1.5 databases
> in NT4.0. I am able to remotely startup and shutdown
> instances but, I am stuck in remotely starting and
> shutting down listener services. Can anybody help me
> on this, please?
>
![]() |
![]() |