What is Two-Phase Commit ?
ORACLE Interview Questions and Answers (Part 1)
(Continued from previous question...)
97. What is Two-Phase Commit ?
Two-phase commit is mechanism that guarantees a distributed transaction either commits on all involved nodes or rolls back on all involved nodes to maintain data consistency across the global distributed database. It has two phase, a Prepare Phase and a Commit Phase.
(Continued on next question...)
Other Interview Questions
|