Ensuring data integrity with commitment control

 

Commitment control allows you to define and process a number of changes to database files in a single unit (transaction).

Commitment control ensures that complex application transactions are logically synchronized, even if the job or system ends. Two-phase commitment control ensures that committable resources, such as database files on multiple systems, remain synchronized.

You implement commitment control in your database by executing commit and rollback operations. Using SQL, you use the COMMIT and ROLLBACK statements.

 

Parent topic:

Recovering data in a database file

 

Related concepts


Commitment control

 

Related reference


COMMIT
ROLLBACK