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)。

  • 相关阅读:
    限制结果集行数
    函数的差异
    运算符的差异
    数据类型的差异
    简介
    Spring源码阅读入门指引
    Spring的三种注入方式
    AOP面向切面编程
    leetcode771
    leetcode669
  • 原文地址:https://www.cnblogs.com/Babylon/p/7843998.html
Copyright © 2011-2022 走看看