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: Hot Backup

Re: Hot Backup

From: Howard J. Rogers <howardjr_at_www.com>
Date: Sat, 3 Feb 2001 10:28:01 +1100
Message-ID: <3a7b427a$1@news.iprimus.com.au>

What's redo for?

To apply to inconsistent copies of datafiles, so that they can be made consistent, and thus continue to be used after recovery.

If you do a hot copy of your redo logs, they will be inconsistent, too. What do you propose to apply to redo logs to make them consistent? (Hint: you can't apply redo to redo logs).

In short, the answer is that you do NOT copy redo logs when a database is backed up hot (theoretically, you don't need to do so when it's backed up cold, either -but most people do, and it makes things much easier at recovery time -but that's only for COLD backups, because we can thereby guarantee that the logs are internally consistent). If you DO copy them, they will be unuseable. What's worse, you may be tempted when disaster strikes to restore them on top of perfecly good redo logs -bye-bye data.

If the current redo log ever gets corrupted (and mirroring redo internally with Oracle's own mechanisms is designed, in part, to make that highly unlikely), then you are looking at performing an incomplete recovery -a recover database until cancel, and kiss goodbye to all transactions that were sitting in that last log.

Regards
HJR <ashish25_at_my-deja.com> wrote in message news:95el51$3k7$1_at_nnrp1.deja.com...
> Hi,
> I take a hotbackup daily and make a backup of the controlfile after
> doing alter system switch logfile;
> My question is I don't take a backup of redo logs.I have them
> mirrored and everything.Should I take a backup of redo logs also.
> If the current member of redo logs get corrupted how is the
> recovery done.
> Regards,
> Ashish
>
>
> Sent via Deja.com
> http://www.deja.com/
Received on Fri Feb 02 2001 - 17:28:01 CST

Original text of this message

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