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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Starting and stopping instances on a multiinstance NT using server manager

Re: Starting and stopping instances on a multiinstance NT using server manager

From: Brian Peasland <peasland_at_usgs.gov>
Date: Fri, 11 May 2001 12:43:59 GMT
Message-ID: <3AFBDE8F.F176A873@usgs.gov>

It's pretty easy to use the NET STOP and NET START commands in a batch script. Just find the services you wish to stop. Then issue

   NET STOP OracleServiceORCL

where you substitute the service name above. To start the service, use START instead of STOP.

HTH,
Brian

Marco Mapelli wrote:
>
> Hello Oracle Gurus,
>
> I have the following problem.
> I need to start and stop many instances using a batch script under NT but
> ORADIM utility is of no use as it doesn't allow to have much control on the
> startup modes.
> The only way I suppose is using server manages but then here is another
> problem
> that is the when I start all my instaces up the only one I may connect to is
> the one for
> which the Registry ORACLE_SID entry is set.
> How to solve this problem.
> Thanks in advance to all of you who may suggest me a solution.
>
> Regards
>
> Marco Mapelli, Milan, Italy
 

-- 
========================================
Brian Peasland
Raytheons Systems at
  USGS EROS Data Center
These opinions are my own and do not
necessarily reflect the opinions of my 
company!
========================================
Received on Fri May 11 2001 - 07:43:59 CDT

Original text of this message

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