zoukankan      html  css  js  c++  java
  • 053701

    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

  • 相关阅读:
    2017年3月9日上午学习
    3.17上午
    3.16上午
    3.16下午
    3.15
    2017.3.14
    3.14
    217.3.13上午
    2017.4.7-morning
    2017.4.6-afternoon
  • 原文地址:https://www.cnblogs.com/Babylon/p/7838532.html
Copyright © 2011-2022 走看看