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: how to start Oracle 8i DB automatically

Re: how to start Oracle 8i DB automatically

From: Fred <noway_at_jose.com>
Date: Wed, 10 Jul 2002 07:54:18 -0400
Message-ID: <noway-EEADCA.07541810072002@vienna7.his.com>


In article <396cc940.0207100337.384e15cd_at_posting.google.com>,  ashrivastava_at_auriga-insys.com (Anand) wrote:

> Hi,
> I am using Oracle 8i on an Win2K machine. The problem is that each
> time I boot my machine I have to manually start the database by using
> DBA Studio.
> I looked into Administrative Tools->Services. All Oracle related
> services mentioned there are set to Automatic except
> OracleManagermentServer (here it is "manual").
> My DB is named "Demist" and there is a service named
> "OracleServiceDemist" and its status-type is set to "Automatic", but
> status is set to "Starting" by default (whereas for other services it
> is "Started").
> Please help!
> Thanks and Regards,
> Anand

My guess is that something is amiss with your installation; either a PATHing issue, a registry key problem, or with the instance itself. Your instance should start via the service when it's set as indicated.

Try this: open a DOS window and type NET STOP OracleServiceDEMIST. See what messages (if any) you receive. Then type NET START OracleServiceDEMIST and likewise see what messages you receive. This ought to give you some indication of what the problem might be. Received on Wed Jul 10 2002 - 06:54:18 CDT

Original text of this message

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