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: shutdown abort / startup restrict / shutdown vs. shutdown imm

RE: shutdown abort / startup restrict / shutdown vs. shutdown imm

From: Connor McDonald <hamcdc_at_yahoo.co.uk>
Date: Wed, 24 Jul 2002 01:48:21 -0800
Message-ID: <F001.004A083D.20020724014821@fatcity.com>


<long response>

My opinion that shutdown abort is totally safe is based on this:

The only thing that matters in the database is redo logs. Everything else is "optional" - ie it could be recovered albeit with difficulty (eg you can recreate a controlfile from scratch if you really have to, and datafiles can be recovered as long as you have all of the required redo stream). In fact, datafiles themselves can be thought of as simply "performance enhancement" - ie you could (theoretically) run all your queries by trawling through all the redo that has even been recorded in the db; the datafiles simply are an "aid" to improve the performance of this.

And redo log operations are synchronous and "atomic" from Oracle's perspective - something is either in them or its not, there is no "maybe". shutdown abort has no bearing on the synchronicity of redo operations and hence is totally safe...

...BUT...does this mean 'abort' mode should be for every shutdown - well this depends on your circumstances. Most cluster software will deem 'shutdown abort' as catastrophic and invoke all sorts of failover routines - so maybe abort is not the way to go in these cases. Similarly, the cold backups around a db upgrade should not be done via shutdown abort, because those redo logs (which are so critical) might undergo a structure change.

So my 'mandate' (for lack of a better term) is for those rare occasions when you actually need to shutdown a database, you should issue a checkpoint, then a shutdown abort

hth
connor


Connor McDonald
http://www.oracledba.co.uk
http://www.oaktable.net

"Remember amateurs built the ark - Professionals built the Titanic"



Do You Yahoo!?
Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: =?iso-8859-1?q?Connor=20McDonald?=
  INET: hamcdc_at_yahoo.co.uk

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 Wed Jul 24 2002 - 04:48:21 CDT

Original text of this message

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