您的位置:首页 > 其它

OCP-1Z0-053-V12.02-8题

2013-11-13 00:07 267 查看
8.Which statement is true regarding online redefinition for the migration of BasicFile LOBs to SecureFile LOBs?

A. It cannot be done in parallel.

B. It can be done at the table level or partition level.

C. It does not require additional storage because the operation is done online.

D. Local and global indexes are maintained automatically during the operation.

Answer: B

答案解析:

参考:http://docs.oracle.com/cd/E11882_01/appdev.112/e18294/adlob_smart.htm#ADLOB45238

Online Redefinition for BasicFiles LOBs

Online redefinition is the only recommended method for migration of BasicFiles LOBs to SecureFiles LOBs. It can be done at the table or partition level.

迁移到SecureFiles
使用LOB 接口超集,可轻松从BasicFile LOB 进行迁移。迁移到SecureFiles 有两种建议方法:分区交换和联机重新定义。
分区交换
• 需要与表中最大分区相等的额外空间
• 可在交换期间维护索引
• 可将工作量分散到多个较小的维护窗口
• 要求表或分区脱机以执行交换
联机重新定义(建议做法)
• 不要求表或分区脱机
• 可并行进行
• 要求额外存储空间等于整个表,并且所有LOB 段均可用
• 要求重建所有全局索引
这些解决方案通常意味着使用输入LOB 列中的数据所用磁盘空间两倍的空间。但是,使用分区和按分区执行这些操作有助于降低所需的磁盘空间。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: