Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

 
 
 

RMAN incremental backup tips

Oracle Database Tips by Donald BurlesonJune 15, 2015


Incremental backups greatly reduce the elapsed time for Oracle backups, but the RMAN incremental backup mechanisms can be complex.

In Oracle 10g and beyond, you can apply RMAN incremental backups to data file image copy backups to roll them forward to a specified point in time.  This new feature provides the following benefits:

By periodically updating image copies of data files with incremental backups, the updated image copy of the data file is moved forward to a more recent state (with more current SCN).  This could potentially result in reduced recovery time.

This use of RMAN incremental backups avoids performing a full image copy after incremental backups.

The following statement rolls forward an image copy of data file u01/app/oracle/backup/grid/data01.imgcopy:

RMAN> recover datafilecopy '/u01/app/oracle/backup/grid/data15.imgcopy';

Or, you can issue this command to perform the same operation:

RMAN> RECOVERY COPY OF DATAFILE 15;

When doing RMAN incremental backups with Oracle RMAN we need a mechanism to bypass those data blocks which have not changed.  In a typical tablespace, SQL insert activity places new data blocks (as the tablespace and data file extends) in "hot" areas of the data file. 

To maximize the efficiency of RMAN incremental backups with block change tracking, try to use the APPEND hints with inserts or a low PCTUSED values for tables and indexes to ensure that all new rows are placed in new blocks.  This reduces overhead, since only new blocks are tracked with the block change tracking mechanism.

The syntax for Oracle block level change tracking is simple:

ALTER DATABASE
ENABLE BLOCK CHANGE TRACKING
USING FILE os_file_name;

Also, see my notes on the different backup types and the differences between incremental cumulative and incremental differential backups.

 
 
 
Get the Complete
Oracle Backup & Recovery Details 

The landmark book "Oracle Backup & Recovery: Expert secrets for using RMAN and Data Pump " provides real world advice for resolving the most difficult Oracle performance and recovery issues. Buy it for 40% off directly from the publisher.
 



 

 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster
 
 
 

 

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  

and include the URL for the page.


                    









Burleson Consulting

The Oracle of Database Support

Oracle Performance Tuning

Remote DBA Services


 

Copyright © 1996 -  2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.