zoukankan      html  css  js  c++  java
  • 053-227

    You plan to control idle sessions that are blocking other sessions from performing transactions. Your requirement is to automatically terminate these blocking sessions when they remain idle for a specified amount of time.
    How would you accomplish this task?
    A. Set metric threshold
    B. Implement Database Resource Manager
    C. Enable resumable timeout for user sessions
    D. Add directives to Automatic Database Diagnostic Monitor (ADDM)

       数据库资源管理器提供了空闲时间限制:可以指定会话的空闲时间,超过该时间后将终止会话 (MAX_IDLE_TIME) 。 你 可 以 进 一 步 限 制 资 源 管 理 器 , 使 其 只 终 止 阻 止 其 它 会 话 的 会 话(MAX_IDLE_TIME_BLOCKER)。

  • 相关阅读:
    第七周作业
    第六周作业
    第五周作业
    第四周作业
    第三周作业
    第二周作业
    第一周作业
    老鼠与盈利
    币值转换
    2015 USP-ICMC gym 100733 J. Summer Wars
  • 原文地址:https://www.cnblogs.com/Babylon/p/7843998.html
Copyright © 2011-2022 走看看