053-664

You want to take a complete database backup using RMAN. The backup should consist only the used blocks from your database.
Which two statements are true about this backup operation? (Choose two.)
A. Backup compression should be enabled
B. Parallelism for the channel should be set to 2
C. All the files must be backed up as backup sets
D. The backup may be stored either on disk or on media with media manager

  题意是使用 RMAN 进行一个全备,在使用备份集备份的情况下, RMAN 会自动的忽略空块和未使用的块。如果是镜像拷贝的话,不会忽略。
A 错误,启用备份压缩是一种例如 zip 的二进制压缩,消耗 CPU 来减少空间的占用,并不是必须选项。
B 错误,并行度和是否是全备无关,并不是必须选项。
C 对,全备必须要备份所有文件,并且要已备份集的模式备份。
D 对,备份可以存储在磁盘或者介质管理器的其他介质上。注:镜像拷贝只能保存在磁盘上。

posted @ 2017-11-16 13:41  巴啦啦大魔王  阅读(106)  评论(0编辑  收藏  举报