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: RMAN internal`s mechanism

Re: RMAN internal`s mechanism

From: srivenu <srivenu_at_hotmail.com>
Date: 5 Mar 2004 04:04:20 -0800
Message-ID: <1a68177.0403050404.624d4aa1@posting.google.com>


> How are you handling fractured blocks? Are you talking about copies
> of datafiles that were made during a hot backup? Even then RMAN is
> dependent on recovery with redo to fix it.

RMAN backups dont suffer from split block or fractured block problem. RMAN first reads the blocks into its input buffers and while writing the data from inout buffers to output buffers, it checks for split blocks. If it encounters a split block, RMAN will reread that oracle block. RMAN also takes care of the start SCN in file headers. This is the reason why you need to put the Tablespaces in backup mode for RMAN backups.
regards
Srivenu Received on Fri Mar 05 2004 - 06:04:20 CST

Original text of this message

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