You want to take a backup on tape drives of the USERS tablespace that has a single data file of 900 MB.
You have tape drives of 300 MB each.
To accomplish the backup,you issued the following RMAN command:
RMAN>BACKUP SECTION SIZE 300M TABLESPACE users;
What configuration should be effected to accomplish faster and optimized backups by using the above command?
A. The SBT channel must be configured,with the default parallelism setting for the SBT device set to 1.
B. The COMPATIBLE initialization parameter for the database instance must be set to at least 10.0.
C. The SBT channel must be configured,with the parallelism setting for the SBT device set to 3.
D. The SBT channel must be configured,with the MAXPIECESIZE set to 300 MB.
答案:(D)
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/17013648/viewspace-1255666/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/17013648/viewspace-1255666/
本文介绍了一个Oracle Database 11g环境中使用RMAN进行数据备份的案例。为了在磁带驱动器上更高效地备份单个900MB大小的USERS表空间数据文件,文章探讨了如何通过设置正确的RMAN命令参数实现最优的分段备份。

9329

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



