688. Which two statements are true about the compressed backups in RMAN? (Choose two.)
A.Compressed backups can only be taken on the tape drives.
B.The binary compression creates some performance overhead during backup operation.
C.The ZLIB compression algorithm can be used only if the COMPATIBLE in itialization parameter is set to 11.1.0.
D.The media manager compression for the tape drive should be enabled for taking compressed backups on the tape.
Answer: BD
答案解析:
A错,也可以备份在disk上。
C错, only if the COMPATIBLE in itialization parameter is set to 11.1.0,应该是11.0.0或者以上
sys@TEST0221> select ALGORITHM_NAME,ALGORITHM_COMPATIBILITY,ALGORITHM_DESCRIPTION from v$rman_compression_algorithm
2 /
ALGORITHM_NAME ALGORITHM_COMPATIB ALGORITHM_DESCRIPTION
---------------------------------------------------------------- ------------------ ----------------------------------------------------------------
BZIP2 9.2.0.0.0 good compression ratio
BASIC 9.2.0.0.0 good compression ratio
LOW 11.2.0.0.0 maximum possible compression speed
ZLIB 11.0.0.0.0 balance between speed and compression ratio
MEDIUM 11.0.0.0.0 balance between speed and compression ratio
HIGH 11.2.0.0.0 maximum possible compression ratio
6 rows selected.
本文探讨了RMAN中压缩备份的两个正确陈述:B选项提到的二进制压缩在备份操作期间会产生一些性能开销;D选项指出对于磁带驱动器上的压缩备份,需要启用介质管理器的磁带压缩功能。此外,还展示了不同压缩算法及其兼容性的详细列表。

1093

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



