Re: Starting Oracle9i release 2 on Win2k Server
Date: Sun, 06 Apr 2003 01:41:01 GMT
Message-ID: <NALja.93142$0g4.2730411_at_news2.east.cox.net>
"News_at_Bart" <News_at_kooijman.demon.nl> wrote in message
news:8b2f0594.0304020034.1142e203_at_posting.google.com...
> Dear all,
>
> I am about to install Oracle9i on a Win2k Server SP3 machine for
> development purposes. How do I make sure that I can start and stop
> Oracle9i with for examlpe one batch file instead of all the Oracle
> Win2k services? I do not want Oracle to pollute my win2k services list
> on my machine. I would like to run it as lean and mean as possible.
>
> Thanks in advance,
>
> Bart.
In general, a service application can only run as a service. The service has to be written in a special manner to run both as a service and a typical application.
You may want to simply change the startup property of all the Oracle services to "manual". Then code a batch file to "net start" them all. At least that way you can avoid starting Oracle each time you start your machine.
Also, the only service you are required to start is the OracleServiceSID, where SID is the name of your Oracle instance. The other services add features such as networking, monitoring, etc. If you don't need those features, you don't have to start the services.
Later,
BEDick
Received on Sun Apr 06 2003 - 03:41:01 CEST