AUTONOMOUSTRANSACTION pragma changes way subprogram works within transaction - PL/SQL Elements

Q.  The AUTONOMOUS_TRANSACTION pragma changes the way a subprogram works within a transaction.
- Published on 07 Jul 15

a. True
b. False

ANSWER: True
 
This pragma is marked to a subprogram so that it can do the SQL operations and commit or rollback these operations. That is why the AUTONOMOUS_TRANSACTION pragma changes the way a subprogram works within a transaction.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)