commit and rollback on triggers
Can we use commit and rollback statements in procedures that will be invoke by triggers?

Software/Hardware used:
oracle 10g
ASKED: Feb 3, 2012  11:43 AM GMT
UPDATED: February 28, 2012  8:31:46 AM GMT
60,245 pts.

Answer Wiki:
Nope.

The only way to commit or rollback in a database trigger (or a procedure/function invoked by a trigger) is using Autonomous Transactions.
Last Wiki Answer Submitted:  Feb 3, 2012  2:43 PM (GMT)  by  Carlosdl   60,245 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _