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 -> DBMS Failure Issue

DBMS Failure Issue

From: Leigh Williams <leighwilliams_at_gmail.com>
Date: 12 Nov 2005 06:51:49 -0800
Message-ID: <1131807109.852054.259830@g44g2000cwa.googlegroups.com>


The logwriter writes to the logfile on disk, so it must accumulate a block of log records before flushing to the log file. Suppose a transaction commits, but the commit record flushing is delayed by the log writer waiting to fill a block. What would happen to the transaction if DBMS failure occured while waiting for its commit record to be flushed? Would it simply be a case of a transaction undo in recovery? Received on Sat Nov 12 2005 - 08:51:49 CST

Original text of this message

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