Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Service don't start db
astalavista schrieb:
> 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 ?
My experiences with W2k3 (german), 10g SEO 10.2.0.2, all Patches:
sqlnet.ora:
sqlplus / as sysdba
works fine
sqlplus / as sysdba startup
sqlplus / as sysdba
doesn't work
you must use:
sqlplus <username>/<password> as sysdba
In my mind, it's an oracle-bug.
HTH CW Received on Tue Jan 02 2007 - 02:07:06 CST