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: Not having 8i as a service

Re: Not having 8i as a service

From: Anurag Varma <avdbi_at_nospam.hotmail.com>
Date: Tue, 11 Sep 2001 14:11:42 GMT
Message-ID: <yYon7.1232$f7.311445@news02.optonline.net>


hmmm ... you seem to be lazier than i am :))

You can even put the services startup and shutdown commands in a batch file and use it to startup or shutdown
Make sure that the registry entry "ORACLE_SID_SHUTDOWN_TIMEOUT" = "60" in [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE] to prevent a shutdown abort

To startup: issue commands from a batch file: net start "OracleServiceSID" /y
net start "OracleTNSListener"
.... other services you want to stop
=> Replace above with appropriate service names

To shutdown: issue commands from a batch file: net stop "OracleServiceSID"
net stop "OracleTNSListener"
....

Did I answer the question?

Anurag

"Zhao" <coolshare_at_yahoo.com> wrote in message news:56275549.0109102308.78aee4b5_at_posting.google.com...
> Anurag, is there a better way to do it?
> The way you suggested was the way I had been using before and it was
> also the reason I post this question since there will be too many services
> to turn on/off each time...
>
> Thanks
>
Received on Tue Sep 11 2001 - 09:11:42 CDT

Original text of this message

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