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.