|
Oracle Home |
|
Home > Oracle Database Administration (DBA) > Backup & Recovery > Incremental database backup using RMAN |
|
Oracle Database 10g Administration (DBA): Backup and Recovery |
|---|
Incremental database backup using RMAN |
|
1. Incremental database backup Overview
Sometimes we need to backup the database changes only from the last backup (only the last changes are backed up). This is an incremental backup. There are 2 types of incremental backup: DIFFERENTIAL (by default) & CUMULATIVE. NOTE: The incremental backups are only for the DATA files.
2. Incremental DIFFERENTIAL backup
DIFFERENTIAL backup = which backs up all blocks changed after the most recent incremental backup at level 1 or 0. (See Picture 1). The following RMAN command is used to take a DIFFERENTIAL database backup: RMAN> BACKUP INCREMENTAL LEVEL 1 DATABASE;
3. Incremental CUMULATIVE backup
CUMULATIVE backup = which backs up all blocks changed after the most recent incremental backup at level 0. (See Picture 2) The following RMAN command is used to take a CUMULATIVE database backup: RMAN> BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE;
More information about this subject ( Incremental database backup using RMAN ) you can get from www.in-oracle.com
|
|
Home > Oracle Database Administration (DBA) > Backup & Recovery > Incremental database backup using RMAN |
|
Different Romanian Links/ Linkuri romanesti diferite |
Disclaimer: The views expressed on this web site are my own and do not reflect the views of Oracle Corporation. You may use the information from this site only at your risk. Copyright (c) 2009-2011 Paul Catalin Tomoiu. All rights reserved.