zoukankan      html  css  js  c++  java
  • 1z0062 题库解析2

    Examine the parameters for a database instance:

    NAME TYPE VALUE
    -------------------------------- -------------- ---------------
    temp_undo_enabled boolean TRUE
    undo_management string AUTO
    undo_retention integer 900
    undo_tablespace string UNDOTBSl

    Your database has three undo tablespaces and the default undo tablespace is not autoextensible. Resumable space allocation is not enabled for any sessions in the database instance.

    What is the effect on new transactions when all undo space in the default undo tablespace is in use by active transactions?

    A. Transactions write their undo in the system undo segment.
    B. Transactions wait until space becomes available in undotbs1.
    C. Transactions write their undo in a temporary tablespace.
    D. Transactions fail.

    Answer: D

    【解析】
    UNDO表空间中,活动事务使用的空间是不能够被覆写的。如果UNDO表空间空间满,无法覆写时,新的事务无法分配UNDO空间,因此会失败。

  • 相关阅读:
    32 最小子串覆盖
    31 数组划分
    29 交叉字符串
    动态规划
    18 带重复元素的子集
    17 子集
    16 带重复元素的排列
    23.二叉树的后续遍历序列
    J.U.C-其他组件
    21.Longest Palindromic Substring(最长回文子串)
  • 原文地址:https://www.cnblogs.com/sandata/p/12172631.html
Copyright © 2011-2022 走看看