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 don't start db

Re: Service don't start db

From: Christian Winther <cw200406_at_gmx.de>
Date: Tue, 02 Jan 2007 09:07:06 +0100
Message-ID: <459a12af$0$22614$4d4ebb8e@read.news.de.uu.net>


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

Original text of this message

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