• 053423


    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.

      In a distributed transaction,the remote RESUMABLE_TIMEOUT initialization parameter applies to the remote part of the transaction,and the remote-session resumable setting applies.Also,local resumable settings do not apply to the remote part of the distributed transactions.

  • 相关阅读:
    C++ 字符数组
    C++ 从函数返回数组
    C++给函数传数组参数
    串行通信的三种方式
    进程间通信pipe和fifo
    嵌入式开发基本知识
    查找算法
    排序算法
    offsetof与container_of宏[总结]
    uboot自定义添加命令
  • 原文地址:https://www.cnblogs.com/Babylon/p/7832585.html
Copyright © 2020-2023  润新知