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: Autostarting an Oracle database on NT

Re: Autostarting an Oracle database on NT

From: David Fitzjarrell <oratune_at_aol.com>
Date: Tue, 31 Oct 2000 17:03:21 GMT
Message-ID: <8tmu0j$89$1@nnrp1.deja.com>

In article <39FEF455.E85F305B_at_127.0.0.1>,   jr <webmaster_at_127.0.0.1> wrote:
> As a workaround you can start a batch file defined in regedit:
>
> HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce or ...\Run
>
> Russell Fernandes wrote:
>
> > Hi,
> >
> > I need to be able to automatically start an Oracle 8.1.5 Enterprise
 Edition
> > database on reboot of the machine, running Windows NT 4.0. All
 required
> > services (listener and instance) appear to be started
 automatically, but to
> > get the database
> > up and running requires an execute of the 'Startup' command from
 within
> > Svrmgrl.exe. Is there a workaround to getting this to happen
 automatically?
> > And is there any difference between the 'Instance' of a database
 and the
> > database itself?
> >
> > Thanks,
> >
> > Russ
>
>

Use ORADIM and set the start mode to auto:

oradim -edit -sid <sid> -startmode auto -pfile c:\...

--
David Fitzjarrell
Oracle Certified DBA


Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Tue Oct 31 2000 - 11:03:21 CST

Original text of this message

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