What is the PRIMARY benefit of using Recovery Manager (RMAN) with block change tracking enabled in a BaseDB environment for incremental backups?
Block Change Tracking (BCT):
Enabling BCT with RMAN significantly speeds up incremental backups by recording changes made to data blocks since the last backup. Instead of scanning the entire database to detect changes, RMAN consults the block change tracking file to identify modified blocks, reducing backup time and I/O.
BCT is especially beneficial in large databases where full backups would be time-consuming and resource-intensive. Incremental backups become more efficient, making daily or more frequent backups feasible.
Why the other options are incorrect:
A: Full backups are still required periodically.
C: Encryption is separate from BCT functionality.
D: Point-in-time recovery is facilitated by backup logs, not BCT directly.
E: Integrity checks are performed during validation, not as part of BCT.
Oracle RMAN Backup Documentation
Antonio
5 hours agoLeota
5 days agoNina
10 days ago