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: Crash Recovery

Re: Crash Recovery

From: Paul Drake <paled_at_home.com>
Date: Sun, 10 Jun 2001 11:10:12 -0700
Message-ID: <F001.003236ED.20010610111025@fatcity.com>

> "Naik, Kevin K" wrote:
>
> Hi All,
>
> I have an interesting problem, on one of my databases, a data
> warehouse, a killed session was taking too long
> to rollback. It was time for the backup, and I had to do a shutdown
> abort.
> No its time to open the database, instance parallel recovery is taking
> place as normal, but the problem is,
> its being running for more than 20 hours and the database is still not
> open.
>
> Does any body have any clues, thoughts, ideas ?? Is there anyway I can
> see what exactly the dbms is up to ?
> The instance processes running are completely idle
>
> Thanx
> K Naik
>

Hi.

platform/version info please?
how large are your online redo logs?
are your archived redo logs on the same physical drives as your datafiles being recovered?
(thrashing on the drives)
how large was the transaction that was running when you did the shutdown abort?
recovery is the process of applying redo to roll forward (crash recovery), followed by rolling back failed transactions (transaction recovery).

you might have had better luck with killing the user process/thread than simply issuing the shotdown abort.

Paul

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Paul Drake
  INET: paled_at_home.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 Sun Jun 10 2001 - 13:10:12 CDT

Original text of this message

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