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: Question on starting up Oracle with "startup force"

Re: Question on starting up Oracle with "startup force"

From: Dennis Williams <oracledba.williams_at_gmail.com>
Date: Thu, 27 Jul 2006 09:35:12 -0500
Message-ID: <de807caa0607270735k46a615bds6a98477433505ce5@mail.gmail.com>


Amir

Startup force is a shorthand method of issuing:

      shutdown abort
      startup

(per
http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:1309402207602 )

When you are implementing VCS, you are indicating that you want uptime. You don't want an interminable wait while Oracle tidies stuff up. You want it to come down immediately on the current server, and then be available as quickly as possible on the other server. This will allow the other applications that rely on Oracle to become available again in the shortest possible time.

    As far as shutdown abort, this issue has been discussed many times on this list and the answer has always been that it is safe in the current versions of Oracle. Yes, a novice DBA should not use it before doing a cold backup (you need to do a startup followed by a more normal shutdown), but that is not the situation with VCS switching Oracle to another server in your cluster.

Dennis Williams

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jul 27 2006 - 09:35:12 CDT

Original text of this message

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