Java Mailing List Archive

http://www.dba.5341.com/

Home » Home (12/2007) » oracle-l »

RE: Changing service auto to manual via batch

Sweetser, Joe

2007-07-19

Replies:

This reminded me of a nice use I discovered for the 'sc' command while
working on windows. I was in an environment with many databases on a
single server (sometimes over 10) and I couldn't figure out which
"oracle.exe" process in Task Manager mapped to which database. A little
frustrating at times, to be sure. However, the sc command will return
the pid of the service and that makes it easy to map back.

To wit:

U:\>sc queryex oracleservicexe

SERVICE_NAME: oracleservicexe
    TYPE          : 10 WIN32_OWN_PROCESS
    STATE         : 4 RUNNING
                    (STOPPABLE,PAUSABLE,ACCEPTS_SHUTDOWN)
    WIN32_EXIT_CODE   : 0 (0x0)
    SERVICE_EXIT_CODE : 0 (0x0)
    CHECKPOINT      : 0x0
    WAIT_HINT       : 0x0
    PID           : 2144
    FLAGS         :

U:\>

-joe

-----Original Message-----
From: oracle-l-bounce@(protected)
[mailto:oracle-l-bounce@(protected)
Joel.Patterson@(protected)
Sent: Thursday, July 19, 2007 7:32 AM
To: cemail_219@(protected)
Subject: RE: Changing service auto to manual via batch


Type 'sc' at the DOS prompt and see if anything there will work for you.
Certainly deleting the service works, as I use that for listener
services etc.

Joel Patterson
Database Administrator
joel.patterson@(protected)
x72546
904 727-2546

-----Original Message-----
From: oracle-l-bounce@(protected)
[mailto:oracle-l-bounce@(protected)
Sent: Wednesday, July 18, 2007 4:04 PM
To: oracle-l@(protected)
Subject: Changing service auto to manual via batch

Is there a way to change the "running services" status in the "Services"

window from Automatic to Manual via a batch script?  I have a batch
script
that uses oradim to shutdown/startup my 9207 databases on a WIN2003
server but don't know how to change the status from automatic to manual
in the event the server administrator wants to reboot the machine a
couple of times
before I have the databases restart.  My oradim command in the batch
job
looks like this:

oradim -shutdown -sid dbsid -shutmode I -shuttype SRVC >>
%BASELOGS%\oracle_shutdown.log

_________________________________________________________________
http://newlivehotmail.com

--
http://www.freelists.org/webpage/oracle-l


--
http://www.freelists.org/webpage/oracle-l




Confidentiality Note: This message contains information that may be confidential and/or privileged. If you are not the intended recipient, you should not use, copy, disclose, distribute or take any action based on this message. If you have received this message in error, please advise the sender immediately by reply email and delete this message. Although ICAT Managers, LLC scans e-mail and attachments for viruses, it does not guarantee that either are virus-free and accepts no liability for any damage sustained as a result of viruses. Thank you.

--
http://www.freelists.org/webpage/oracle-l


©2008 dba.5341.com - Jax Systems, LLC, U.S.A.