Oracle backup Type level0, Level1, incremental, differential backup ____oracle

Source: Internet
Author: User

Backup type:

A full backup contains all the used data file blocks.

A level 0 incremental backup is equivalent to a full backup marked Level 0. The cumulative Level 1 incremental backup contains only the blocks that have been modified since the last incremental 0-level backup.

The differential Level 1 incremental backup contains only the blocks that have been modified since the last incremental backup.
To apply a level1 level backup, you must have a corresponding level0 level backup;

Backup incremental level 0 database;
--level0 level Backup

Backup incremental level 1 database;
--level1 level Backup (default is differential backup)

Backup incremental level 1 cumulative database;
--level1-level Cumulative Incremental backup

Fast Incremental backups:
A block change tracking implementation that allows for faster backups by maintaining record generation redo for blocks that have changed since the last backup, by writing this record to file for automatic access when performing a backup

ALTER DATABASE enable block change tracking using file '/HOME/ORACLE/BLK_TRC_.F ';

SELECT * from V$block_change_tracking;

Alter DATABASE disable block change tracking;

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.