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

Home -> Community -> Usenet -> c.d.o.server -> Re: How to start service under WIn/2000

Re: How to start service under WIn/2000

From: OracleMS <lostpwds_at_hotmail.com>
Date: 19 Sep 2001 09:17:22 -0700
Message-ID: <17742ed1.0109190817.38918d0e@posting.google.com>


"Nick Woodruff" <nwoodruff_at_kronos.com> wrote in message news:<1000805191.1400.0.nnrp-01.3e31c713_at_news.demon.co.uk>...
> Installed Oracle 8.1.6 under Windows/2000 but don't want to start
> Listener/Oracle services automatically from Win/2000 Services option and
> would like to start via script without having to go into Win/2000 services
> and start each service individually
>
> I can start the listener manually via lsnrctl start command.
>
> Is there a similar script to start the instance (svrmgrl??)
>
> Thanks

You can actually use the Windows commands to stop and start services in your script or from the Command Prompt -

net stop OracleService<SID>
net start OracleService<SID> Received on Wed Sep 19 2001 - 11:17:22 CDT

Original text of this message

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