Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle on startup
Howard J. Rogers wrote:
> "mlk" <mm10_at_caramail.com> wrote in message
> news:3fa94f48$0$11289$79c14f64_at_nan-newsreader-01.noos.net...
>
>>Hi >>I install oracle 8i on win2k.It start on startup and I don't want it. >>I change the registry key value of ORA_GRET_AUTOSTART from true to false
>>I can not connect to the DB via sql plus to start it. >>Did I change the right key or do I have to change something else? >>thx for help
Not so fast Howard. There's a difference if you meddle with the settings for the service in HKLM\System\CurrentControlSet\Services\OracleService<SID> which should of course be done through the control panel to control the startup behaviour of the service.
However, the OP stated that he change ORA_GRET_AUTOSTART which is in HKLM\Software\Oracle\HomeX (replace X with the appropriate number of the OracleHome) which changes only whether the instance starts up or not. Setting this parameter to FALSE gives you kind of a more unix-like environment where the instance is set not to startup in /etc/oratab (on linux, at least).
This is the setup that I use at home, because I don't want the instance to startup all the time (there are times I use a computer and Oracle ain't involved ;-) ) but I love to fire up sql*plus, realise that the instance is not started yet and then connect / as sysdba; startup is my friend....
Cheers,
Holger Received on Thu Nov 06 2003 - 02:09:20 CST
![]() |
![]() |