Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to start service under WIn/2000
"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
![]() |
![]() |