053-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.

ora-01536 是指的你建表的那个user 所能使用的空间没有了,不是那个表所在的tablespace 没有free space 了。你需要做的是给那个user 对那个tablespace 有更多的space 可以使用。

https://www.cnblogs.com/chinhr/archive/2011/10/11/2207122.html
根据官方文档,此题选A

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