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

  • 相关阅读:
    P1030 求先序排列 P1305 新二叉树
    spfa
    Clairewd’s message ekmp
    Cyclic Nacklace hdu3746 kmp 最小循环节
    P1233 木棍加工 dp LIS
    P1052 过河 线性dp 路径压缩
    Best Reward 拓展kmp
    Period kmp
    Substrings kmp
    Count the string kmp
  • 原文地址:https://www.cnblogs.com/Babylon/p/7838532.html
Copyright © 2011-2022 走看看