2 of 38
Autonomous Transactions
uDefinition:
ØAutonomous transactions are independent transactions that can be called from within another transaction.
u
u
uSyntax:
u     declare
u          Pragma autonomous_transaction;
u     Begin
u          ……
u      commit;
u     End