All technological notes.
fast recovery areaFast incremental backups:
incremental backup rolls forward recovery area backup:

tiered storage configuration:(as shown in the slide)
database files and the fast recovery area (FRA).Oracle-suggested backup strategy:
full backup of your database (an image copy of each data file).incremental backups, stored in the FRA.
block change tracking to track the changed blocks more efficiently.incremental backups can be used to roll forward the database backup (by applying an incremental level 1 backup) and automatically create a full backup.
faster backups by propagating changes to the FRA.FRA or a copy of the file in the FRA. (If recovery is needed, then only the daily archived redo logs need to be applied to yesterday’s full backup.) 可以提高恢复效率,因为只适用前一日的 redo log
Oracle-suggested backup strategy with Enterprise Manager
recovery window from disk.incremental backup and incrementally updated backup features, providing faster recoverability than is possible when applying database changes from the archived log files. 比使用 archive log 的恢复快.Enterprise Manager’s Schedule Backup function:
full database copy as the first backup.第一次备份=full&whole
whole database backup, you might want to consider taking this at a period of least activity.incremental backup to disk is taken every day.tape backup can be made, which backs up all recovery-related files.
Well suited for:
RTO 日级恢复时间Backup strategy:
level 0 and daily differential incremental backup sets to tape,block change tracking so that only changed block chunks are read and written during incremental backup.archived logs and retain on-disk, as needed.
backup sets. 可以利用压缩,除非以下情况
RMAN backup set compression and the media manager vendor’s compression.media manager compression provides better results.block change tracking, RMAN uses a block change tracking file to identify modified block chunks, and backs up only those blocks.
data file that is being backed up, RMAN reads the small bitmap file to determine which blocks have changed.Well suited for:
RTO 小时级恢复时间Backup strategy:
image copy to FRA, daily incremental backupsincrementals to roll forward copy 磁碟拷贝Full backup archived to tape as neededArchived logs backed up and retained on-disk as neededSWITCH to use image copies
image copy of each data file and then apply daily level 1 incremental backups to roll forward the image copy.
image copies during a recovery operation to minimize recovery time.Well suited for:
physical standby database 镜像备用实例Backup strategy:
Full and incremental backups offloaded to physical standby databaseFast incremental backup on standby with Active Data GuardIn a Data Guard environment, you can offload incremental backups to a physical standby database.
Incremental backups of a standby and primary database are interchangeable.incremental backup of a standby database to a primary database or apply an incremental backup of a primary database to a standby database. 备份可以互换Note: The Oracle Active Data Guard option is required for the use of block change tracking on the physical standby database. 需要使用到 ADG
read-only tablespaces only when no backup exists that satisfies the retention policy.
read-only tablespaces are not being written to, there is no need to continually back them up as you do read/write tablespaces.You can use the SKIP READONLY option of the RMAN BACKUP command to skip read-only tablespaces or data files.
read-only tablespaces once and then periodically depending on tape retention policy.full backup workload across multiple days. 全备份需数日tablespace-level backups.
index tablespaces less frequently than data tablespaces.backup sets.NOLOGGING operations finish to ensure recoverability.BACKUP DATABASE NOT BACKED UP SINCE 'SYSDATE-3' DURATION 06:00 PARTIAL
MINIMIZE TIME;
full backup begins.