Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> comments on 8i's autonomous PL/SQL block?

comments on 8i's autonomous PL/SQL block?

From: Maryann Atkinson <maryann_30_at_yahoo.com>
Date: Wed, 23 Jul 2003 14:00:32 -0400
Message-Id: <25998.339209@fatcity.com>


Does anyone have any examples on the autonomous block provided in 8i? I read that it can have a transaction scope thats independent of the transaction scope of the calling block, and that it can perform operations, commit and rollback independent of the transactions of the calling block, before returning to the calling block?

How is that? Does it mean it can start a transaction, update something, commit the change, and then return to the calling block where a change may still be uncommitted, even though the called block issued a commit?

thx Received on Wed Jul 23 2003 - 13:00:32 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US