代码改变世界

1Z0-053 争议题目解析701

2016-03-15 14:29  AlfredZhao  阅读(462)  评论(0编辑  收藏  举报

1Z0-053 争议题目解析701

考试科目:1Z0-053
题库版本:V13.02

题库中原题为:

701.A user receives the following error while performing a large volume of inserts into a table:

The issue is resolved by increasing the space quota on the USERS tablespace for the user. But the user
may perform such transaction in the future. You want to ensure that the command waits rather than
produce an error when such an event occurs the next time.
What can you do to achieve this before running the command in the future?
A.Set RESUMABLE_TIMEOUT for the instance.
B.Set the RESOURCE_LIMIT Parameter to TRUE.
C.Enable the database instance to use asynchronous commit.
D.Set the LOG_CHECKPOINT_TIMEOUT parameter to a nonzero value for the database instance.
Answer:C

争议点:
网上有人说选择A,比如“标记为正确答案,不看answer版”题库。
比如:
比如Riveore的解析:http://blog.csdn.net/rlhua/article/details/19834193

比如:
LuiseDalian的解析:http://blog.itpub.net/17013648/viewspace-1349665/

此题考察可恢复的空间管理,设置RESUMABLE_TIMEOUT参数。

初步结论:
选择A。