Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Starting and stopping instances on a multiinstance NT using server manager
This relies on the startmode being set to automatic. This may not always be the case.
-- Niall Litchfield Oracle DBA Audit Commission UK "Brian Peasland" <peasland_at_usgs.gov> wrote in message news:3AFBDE8F.F176A873_at_usgs.gov...Received on Fri May 11 2001 - 08:07:11 CDT
> 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!
> ========================================
![]() |
![]() |