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

原文地址:https://www.cnblogs.com/Babylon/p/7843998.html