|
|
|
AUTONOMOUS_TRANSACTION Pragma : PL/SQL User's Guide and Reference
|
The AUTONOMOUS_TRANSACTION pragma instructs the PL/SQL compiler to mark a routine as autonomous (independent). An autonomous transaction is an independent transaction started by another transaction, the main transaction. Autonomous transactions let you suspend the main transaction, do SQL operations, commit or roll back those operations, then resume the main transaction.
http://download-west.oracle.com/docs/cd/A97630_01/
created by syam1224 on 2008-05-05 21:59:31
|
|
|
|
|