Abort Policy for Statements and Transactions
Transactions and statements can be aborted by an application or by the DBMS. Applications can abort transactions or statements as a result of:
• ROLLBACK statement
• Timeout (if available and set)
The DBMS aborts statements and transactions as a result of these conditions:
• Deadlock
• Error while executing a database statement
Last modified date: 08/28/2024