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

Re: shutdown abort

From: Kenneth C Stahl <BlueSax_at_Unforgettable.com>
Date: Wed, 08 Dec 1999 08:40:39 -0500
Message-ID: <384E5FD7.D241CC5A@Unforgettable.com>


Joel Garry wrote:

> 
> In article <3846E759.C2015FC6_at_wolfenet.com>,
>   Jeremiah Wilton <jeremiah_at_wolfenet.com> wrote:
> > Jeff Hunter wrote:
> > >
> > > A shutdown abort is a last resort to get your database down.
> Uncommitted
> > > transactions are not resolved.  When the database comes back up,
> usually
> > > there is some recovery that needs to be performed either manually or
> Oracle
> > > handles it automatically.  This method is not recommeded by Oracle
> and I can
> > > agree.  However, in theory, if you shutdown abort and backup all the
> > > database files, recovery would still take place when the database
> was
> > > brought back up.  This is one of those facts that you would like to
> know,
> > > but shoudn't rely on.
> >
> > A common misconception holds that shutdown abort is somehow more
> > dangerous or reckless than the other shutdown modes, and can result in
> > data being lost. This is not the case. Shutdown abort terminates the
> > Oracle background and shadow processes, and removes the shared memory
> > segments, effectively terminating a running instance. This leaves all
> > committed transactions intact in the online redologs, even if the data
> > associated with them has not been written to the datafiles.  Upon
> > startup, recovery is applied from the online logs beginning from the
> > time of the most recent checkpoint. When recovery is complete, the
> > database is opened for use. Transaction rollback occurs in the
> > background after startup, so no user's time is wasted waiting for all
> > uncommitted transactions to roll back.
> 
> This is correct as far as it goes, but it does not go far enough.  The
> goof that I've seen with this is with unix system shutdowns.  People
> think that a shutdown abort is the same as just killing off all the
> processes, and it is.  What winds up happening is that operators do a
> shutdown abort or just shut down the machine without shutting down
> Oracle.  This incorrectly assumes that all things that are considered
> written to disk actually are.  So you wind up with incorrect or undone
> updates in the header files of the database, and when the recovery
> process starts up when Oracle is trying to come up, it either is fooled
> by the disordered roll forward and corrupts the db, or asks for media
> recovery that is impossible.  Much, much more time is wasted until
> (or in some cases, if) the DBA can figure this out once than all the
> waiting for a proper shutdowns will ever require.  So don't get into any
> shutdown abort habits.
> 
> >
> > When starting up after a shutdown abort, the amount of time spent in
> > instance recovery depends largely upon how recently the last
> checkpoint
> > was issued.  By forcing a checkpoint immediately prior to issuing
> > shutdown abort, the redo required to complete crash recovery and bring
> > the database open will be minimal.
> >
> > The alternative in an active environment to shutdown abort is shutdown
> > immediate, but immediate shutdowns take too long, rolling back
> > transactions and performing other tasks while precious seconds pass
> by.
> >
> > Shutdown abort can come in handy for very brief downtimes, such as
> those
> > required to change a non-dynamic initialization parameter. In practice
> > on Oracle instances with very large SGAs, such quick "bounces" can
> > typically take as little as 25 seconds.
> 
> I'd say for the general lesser experienced DBA this is very bad advice.
> 

There are also a lot of dba's who do not understand how to write rc2.d and rc0.d entries to ensure that the database is taken down properly. What makes this even worse is that the dbshut which is provided by oracle assumes a "shutdown normal" and that is almost never correct on a production system.

................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
Received on Wed Dec 08 1999 - 07:40:39 CST

Original text of this message

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