NOCASCADE Mode
There are 4 modes that TRANSACTION_BACKOUT can be run in. The mode setting determines how the backout reacts to subsequent transactions that operate on any… Read More »NOCASCADE Mode
There are 4 modes that TRANSACTION_BACKOUT can be run in. The mode setting determines how the backout reacts to subsequent transactions that operate on any… Read More »NOCASCADE Mode
The TRANSACTION_BACKOUT feature executes SQL to backout or undo the specific changes from the desired transactions. For example the UPDATE in the previous post is… Read More »Undo SQL
Oracle’s TRANSACTION_BACKOUT function does just what it’s name implies – it backs out committed transactions. Here is an example: — Create a simple demo table… Read More »Transaction Backout Introduction