• 053519


    You notice that a long-running transaction is suspended due to a space constraint, and there is no AFTER SUSPEND triggered event addressing the issue. You also note that the critical transaction is just about to reach the RESUMABLE_TIMEOUT value.
    Which of these actions is appropriate?
    A. Abort the session, fix the space problem, then resubmit the transaction.
    B. Use the DBMS_RESUMABLE.SET_SESSION_TIMEOUT procedure to extend the time-out for the session while you fix the problem.
    C. Do nothing, let the transaction fail, then fix the problem.
    D. Use Segment Shrink to clean up the table.
    E. Use the DBMS_RESUMABLE.SET_TIMEOUT procedure to extend the time-out for the session while you fix the problem.

      Since you're running short on time,extend the time-out for the session that's in jeopardy and fix the space problem.Don't put the transaction at risk while you try to find free space and run the commands,and don't kill the transaction-unless you know that the space condition and extended suspend has caused other issues.

  • 相关阅读:
    Linux 定时任务
    VIM快速使用
    ulimit 命令
    PG语句
    linux下的PGSQL安装步骤
    linux下安装mysql 5.5和5.6.32
    linux下安装达梦数据库(DM8)x86版本
    redis配置
    sql server 2008安装
    linux下安装部署oracle
  • 原文地址:https://www.cnblogs.com/Babylon/p/7795877.html
Copyright © 2020-2023  润新知