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 15a. 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.