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: shutdown abort & consistent=Y

Re: shutdown abort & consistent=Y

From: Eric Hanson <ehanson_at_gr.com>
Date: Wed, 03 Feb 1999 11:12:40 -0700
Message-ID: <36B89198.5146A238@gr.com>


This is not entirely correct. A shutdown abort does not perform a checkpoint and the buffers are not flushed prior to shutdown. This means any transactions in the redo buffer but not in the redo log file are lost. Also any transactions in the redo log file with the commit still in the redo buffer are rolled back. Basically this can be used but you need to know the state of your transactions.

Eric Hanson

Sean Fitzgerald wrote:

> you won't lose anything by doing a shutdown abort followed by a startup
> restrict because upon the startup, oracle does an instance recovery using
> the online redo logs. This is a safe practice as long as you know what is
> happening on your database when you shutdown abort. For example, if you
> shutdown abort while tablespaces are in backup mode then the db will
> complain (file xyz needs media recovery.....) upon restart and you will need
> to take each datafile out of backup mode manually in order to open the db.
Received on Wed Feb 03 1999 - 12:12:40 CST

Original text of this message

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