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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: NT - How to remotely start/stop oracle listener service?

RE: NT - How to remotely start/stop oracle listener service?

From: Reardon, Bruce (CALBBAY) <Bruce.Reardon_at_comalco.riotinto.com.au>
Date: Mon, 11 Dec 2000 00:07:18 -0000
Message-Id: <10706.124150@fatcity.com>


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 /stop
Example: 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.com


> -----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?
>
Received on Sun Dec 10 2000 - 18:07:18 CST

Original text of this message

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