News

The COMMIT statement ends a transaction and saves the changes made by the SQL statements in the transaction to the database. The ROLLBACK statement also ends a transaction, but discards the ...
If a database object such as a table, view, or index is not fully qualified in a dynamic SQL statement, it will be implicitly qualified with the single authentication ID that the TP monitor is ...
ROLLBACK TRANSACTION without a savepoint_name or transaction_name rolls back to the beginning of the transaction. When you nest transactions, this same statement rolls back all inner transactions to ...
pg_statement_rollback is a PostgreSQL extension to add server side transaction with rollback at statement level like in Oracle or DB2. If at any time during execution a SQL statement causes an error, ...
Search titles only By: Search Advanced search… ...
SQL0912N The maximum number of lock requests has been reached for the database.. Cause: The maximum number of locks for the database was reached because insufficient memory was allocated to the lock ...
The BEGIN TRANSACTION, ROLLBACK TRANSACTION, and COMMIT TRANSACTION statements are used to work with transactions. A group of tasks starts with the begin statement. If any problems occur, the ...
The ROLLBACK statement also ends a transaction, but discards the changes made by the SQL statements in the transaction and restores the database to its previous state.