ORA-06519: active autonomous transaction detected and rolled back
Hi All,
I am trying to insert records in a table through called procedure.Called procedure having PRAGMA .Calling procedure passing the value to called procedure through a for loop. When i am executing the calling procedure..its gives below erorr.
ORA-06519: active autonomous transaction detected and rolled back
Any idea how to fix this issue.
Thanks