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: RMAN - Some basic Qs.

RE: RMAN - Some basic Qs.

From: Gaja Krishna Vaidyanatha <oraperfman_at_yahoo.com>
Date: Tue, 01 Apr 2003 12:43:48 -0800
Message-ID: <F001.00577696.20030401124348@fatcity.com>


All,

The primary reason why RMAN does not generate excessive redo is because because it does not put the tablespace in "hot backup mode". Thus any blocks belonging to a given tablespace that are modified before the END BACKUP command is processed, do not require block-level before and after images. Hence the reduction in redo generation.

So how does RMAN backup without "hot backups"?

RMAN is aware of the format of an Oracle datafile, and reads datafiles for the backup in DB_BLOCK_SIZE chunks. This is not the case with most OS utilities (tar, cpio, cp, dd etc.), which read files in 512-byte OS blocksize chunks.

As a result, the issue of a fractured block (for which block-level before/after images are taken) on the destination where the backup is done, does not come into play in RMAN.

Hope that helps,

Gaja



Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more http://platinum.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Gaja Krishna Vaidyanatha
  INET: oraperfman_at_yahoo.com

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 Apr 01 2003 - 14:43:48 CST

Original text of this message

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