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: How to remotely start/stop oracle listener service?

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

From: Guidry, Chris <chris.guidry_at_atcoelectric.com>
Date: Fri, 8 Dec 2000 13:40:41 -0700
Message-Id: <10704.124109@fatcity.com>


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
> To: Multiple recipients of list ORACLE-L
> Subject: How to remotely start/stop oracle listener service?
>
> 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?
>
> Any help would be highly appreciated.
>
> TIA,
> Muru
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Shopping - Thousands of Stores. Millions of Products.
> http://shopping.yahoo.com/
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Bala Muru
> INET: muru321_at_yahoo.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Fri Dec 08 2000 - 14:40:41 CST

Original text of this message

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