zoukankan      html  css  js  c++  java
  • 053第423题

    423.Which of the following describes how a distributed resumable transaction behaves?


    A. The resumable setting on the initiating session determines the resumable conditions for the entire
    distributed transaction.
    B. The resumable setting for the initiating instance determines the resumable conditions for the entire
    distributed transaction.
    C. The resumable setting on the initiating session controls only that part of the transaction that occurs
    within the local instance; remote resumable settings determine the behavior of the distributed parts of the
    transaction.
    D. None of the above.
    Answer: C


    In a distributed environment, if a user enables or disables resumable space allocation, or a DBA alters the RESUMABLE_TIMEOUT initialization parameter, then the local instance is affected. RESUMABLE cannot be enabled remotely. In a distributed transaction, sessions on remote instances are suspended only if the remote instance has already enabled RESUMABLE on the instance or sessions at its site.

  • 相关阅读:
    jmeter取样器
    【递归】普通递归关系
    7月,开始奋斗吧!
    BZOJ 1503 郁闷的出纳员
    bzoj 3262: 陌上花开
    BZOJ 2286 消耗战
    莫队
    bzoj1483: [HNOI2009]梦幻布丁
    字符串算法模板
    高级数据结构模板
  • 原文地址:https://www.cnblogs.com/tlnshuju/p/7195945.html
Copyright © 2011-2022 走看看