Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: redo logs
UNDO is not strictly stored in the REDO. It is stored in the rollback
segments, but because the rollback is written to, it is a change to the
datafile(s) that contains the rollback, that change is written as a
change-vector to the redo (for rollforward, not rollback, purposes).Which is
why you can do a massive rollback regardless of how many times the redo logs
have switched over.
> Jared - Yeah, perhaps I wasn't clear. Perhaps a Seussian rhyme will
explain
> it better:
>
> The redo stores undo so the smon is able to undo the disk writes when the
> system crashed because your parents came home.
>
> Dennis Williams
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Binley Lim INET: Binley.Lim_at_xtra.co.nz Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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 Tue May 20 2003 - 10:01:50 CDT