Compressed backups reduce the amount of space required for storing backup sets. You create a compressed backup of a database by using the command:
RMAN> BACKUP AS COMPRESSED BACKUPSET DATABASE;
The compressed backup set feature cannot be used with pre–Oracle Database10gdatabases. The COMPATIBILITY database initialization parameter must be set to at least10.0.0.0. The compression applies only to backup sets, not image copies.
You can configure RMAN to automatically make compressed backup sets with the CONFIGURE DEVICE TYPE command:
RMAN> CONFIGURE DEVICE TYPE DISK PARALLELISM 2
2> BACKUP TYPE TO COMPRESSED BACKUPSET;
By default compression is disabled.
压缩备份:减少存储需求

本文介绍了如何通过使用RMAN命令实现数据库的压缩备份,从而减小备份集占用的空间。重点阐述了压缩备份的限制条件及配置方法,包括将设备类型设置为并行处理和自动压缩备份集。
2180

被折叠的 条评论
为什么被折叠?



