Transaction Pooling
-
If
WITH COMMON TRANSACTIONis in effect, transactions will be reused as much as possible.They will be committed or rolled back together with the current transaction -
If
WITH AUTONOMOUS TRANSACTIONis specified, a fresh transaction will always be started for the statement.This transaction will be committed or rolled back immediately after the statement’s execution