Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Automatically startup database

Re: Automatically startup database

From: Igor Neyman <ineyman_at_perceptron.com>
Date: Thu, 21 Mar 2002 10:21:22 -0800
Message-ID: <F001.0043010A.20020321102122@fatcity.com>


In fact, you need both:

  1. set your oracle<SID> service to startup automatically; you need this in order to start Oracle process on NT automatically, but this is not enough to "startup" the database automatically, when oracle process starts. In order to do this, you need to:
  2. set registry key ORA_sid_AUTOSTART to TRUE

Igor Neyman, OCP DBA
ineyman_at_perceptron.com

>
> ----- Original Message -----
>
> > How to make database instance on Win2K automatically startup when the PC
> up?
>
> it is specified in the windows registry
>
> check HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0
>
> there should be entries named ORA_sid_AUTOSTART for each instance in this
> ORACLE_HOME (where *sid* is the SID of the instance)
>
> if u set the value for some ORA_sid_AUTOSTART to TRUE the respective
> instance should be started automatically
>
> note that this is the default behaviour of the Oracle installation (set
> autostart to true), so most probably the reason for your instance not
being
> autostarted is different
>
> hth,
>
> Marin
>
> ----
> "...what you brought from your past, is of no use in your present. When
> you must choose a new path, do not bring old experiences with you.
> Those who strike out afresh, but who attempt to retain a little of the
> old life, end up torn apart by their own memories. "
>
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Marin Dimitrov
> INET: marin.dimitrov_at_sirma.bg
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Igor Neyman
  INET: ineyman_at_perceptron.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Mar 21 2002 - 12:21:22 CST

Original text of this message

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