zoukankan      html  css  js  c++  java
  • 052-188

    You receive complaints from users regarding the high waiting time for their transactions. On investigation, you find that some users are not committing their transactions though they are not performing any activity for a long time. As a result, SQL statements need to wait for row-level locks.
    Which two actions could you take to prevent this locking problem in the future? (Choose two.)
    A.Decrease the IDLE_TIME resource limit in the profile assigned to the blocking users.
    B.Use Database Resource Manager to automatically log out sessions that block others and are idle.
    C.Set the limit in the profile of blocking users to control the number of blocks to be accessed in a session.
    D.Decrease the maximum number of interested transaction list (ITL) slots for the segments on which the blocking user performs the transaction.

    A 正确,通过数据库资源管理器提供的空闲时间限制,来指定哪些阻塞用户的会话的空间时间,超过该时间后将终止会话。
    B 正确
    C,设置阻塞用户的档案,以控制在一个会话中被访问的块的数量的限制。如此一来,被阻塞的用户如果想再次访问的时候就不能访问了。错误。
    和 C 类似,如果此时空闲的用户想访问以前不感兴趣的事务,那么就不能访问了。

  • 相关阅读:
    git
    zabbix监控的硬件及网站分析
    zabbix监控web网站
    linux iptables小记
    python画折线图
    开发总结
    JWT的一个demo
    在ASP.NET Core的过滤器中使用依赖注入
    消息队列的一些概念
    删除旧文件的批处理程序
  • 原文地址:https://www.cnblogs.com/Babylon/p/8043042.html
Copyright © 2011-2022 走看看