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: Service doesn't start the database

Re: Service doesn't start the database

From: <fitzjarrell_at_cox.net>
Date: 31 Jul 2005 15:23:22 -0700
Message-ID: <1122848602.432129.291170@g47g2000cwa.googlegroups.com>

DA Morgan wrote:
> astalavista wrote:
> > Hi,
> >
> > After upgrading 8.1.7 to 9.2.0.5
> > the service doesn't start the database.
> > The register is OK
> >
> > Can you help me ???
> >
> > Thanks in advance
> >
> > Windows 2000 SP4
> > Oracle 9.2.0.5
>
> Use oradim (oradim.exe) to drop the Oracle service and recreate it.
> --
> Daniel A. Morgan
> http://www.psoug.org
> damorgan_at_x.washington.edu
> (replace x with u to respond)

Such advice is quite severe, as the service can be modified with oradim.exe to autostart both the service and the instance using the starttype=srvc,inst parameter:

oradim -startup sid=<sid> starttype=srvc,inst ...

Please consult the oradim help by issuing the oradim command at the prompt; a full list of available options will be presented, with the correct syntax. I am a bit rusty on my Windows Oracle admin as it's been several years since I've worked in that environment.

David Fitzjarrell Received on Sun Jul 31 2005 - 17:23:22 CDT

Original text of this message

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