What is the difference between r3trans and tp in sap-dba?
Answer Posted / Krishna Chandra Arya
In SAP HANA DBA, R3TRANSACTION and Two-Phase Commit (TP) are both concepts related to data consistency.
1) R3TRANSACTION: This is a transaction management system used by SAP applications. It handles multiple databases and ensures that all database transactions are completed successfully or rolled back if an error occurs during the processing of the transactions. The main components of R3TRANSACTION are work process (WP), Dialog Work Process (DWP), and Logical Database (LD).
2) Two-Phase Commit (TP): This is a protocol used to manage distributed transactions in database systems. It consists of two phases: Prepare Phase and Commit Phase. The Prepare Phase checks whether all databases involved in the transaction are ready to commit or roll back the transaction, while the Commit Phase commits the transaction if all databases agree, or rolls it back if any database reports an error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category