ORA-06519: active autonomous transaction detected and rolled back
634151Sep 7 2010 — edited Sep 7 2010Hi,
I have a trigger and calling stored procedure from the trigger. That Stored Procedure contains COMMIT statements. So i used PRAGMA AUTONOMOUS_TRANSACTION in my trigger. i created the trigger to fire after insert into the table. When i try to insert the data, i am getting the below error.
ORA-06519: active autonomous transaction detected and rolled back
Can anyone clear or correct me.
Thanks