Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Service don't start db
Hi.
> I have 10.2.0.1 on Windows 2003.
> The service don't start the database.
> The registry is correct
> I tried with pfile, spfile
> default location OH\database
> other location (oradim)
> but no success ...
>
> Any ideas ?
>
> Thanks in advance
Can you start the database via sqlplus ?
If yes then the problem might be that the service has not been configured to
start the database instance.
With the utility oradim you can instruct the service to do different things
on startup, the startupmode parameter controls this behaviour.
I dont have the documentatioin handy but quoting from memory i would say that a command like:
oradim -edit -sid orcl -startmode auto
Might do the trick. If the instance name is not orcl then just feed the right name instead.
Pleas look in the oradim documentation here is a link: http://download-west.oracle.com/docs/cd/B19306_01/win.102/b14304/create.htm#i1006533
Hope this helps you out.
Greetings from Denmark
Jesper Wolf Jespersen
Received on Thu Dec 28 2006 - 18:27:48 CST