301.Which command is used to configure RMAN to perform a compressed backup for every backup
executed?
A. BACKUP AS COMPRESSED BACKUPSET DATABASE
B. BACKUP AS COMPRESSED COPY OF DATABASE
C. CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COMPRESSED BACKUPSET
D. CONFIGURE DEVICE TYPE DISK BACKUP TYPE COMPRESS
E. BACKUP DATABASE COMPRESSAnswer: C
答案解析:
参考:http://docs.oracle.com/cd/E11882_01/backup.112/e10643/rcmsynta010.htm#RCMRF90087
BACKUP TYPE TO [[COMPRESSED] BACKUPSET | COPY] | Configures the default backup type for disk or tape backups. For SBT devices the COPY option is not supported. The default for disk is BACKUPSET. If The default location for disk backups is the fast recovery area, if one is configured; otherwise, RMAN stores backups in a platform-specific location. The default format for backup file names is |

本文介绍了如何使用RMAN (Recovery Manager) 进行压缩备份的配置方法。通过设置 CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COMPRESSED BACKUPSET 命令,可以确保每次执行的备份都是经过压缩的。这有助于节省存储空间并提高备份效率。
5161

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



