zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V12.02-377题

     

    377.AUM has been retaining about 15 minutes worth of undo. You want to double the retention period, but

    not at the expense of new transactions failing. You decide to alter the system to set the parameter

    UNDO_RETENTION=18000. However, AUM still retains only about 15 minutes worth of undo. What is the

    problem? (Choose the best answer.)

    A. You need to alter the undo tablespace to add the RETENTION GUARANTEE setting.

    B. You need to increase the size of the undo tablespace.

    C. The undo tablespace is not set to auto-extend.

    D. You need to alter the Recycle Bin to add the RETENTION GUARANTEE setting.

    Answer: C

    答案解析:

    题中说希望把保留时间变为30分钟,但是不能让新的事务失败为代价。

    如果想把时间变为30分钟,有两个方法,一个是设置RETENTION GUARANTEE,确保保留时间为30分钟。

    一个是让undo表空间自动增长。

    而设置RETENTION GUARANTEE,但undo表空间是固定尺寸的情况下,会让新的事务失败。

    故最好的办法就是让undo表空间自动增长。


  • 相关阅读:
    死锁篇
    java线程池
    sql server 多行数据指定字符串拼接
    动态提交 表格
    ABP
    DDD学习
    sql 语句插入数据返回id
    Post方式提交,通过上下文HttpContext,Request[""]获取
    JQ的过滤隐藏
    sql 查询有多少行
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316621.html
Copyright © 2011-2022 走看看