标题: ORA-06519: active autonomous transaction detected and rolled back [打印本页] 作者: admin 时间: 2016-7-26 17:00 标题: ORA-06519: active autonomous transaction detected and rolled back ORA-06519: activeautonomous transaction detected and rolled back Cause: Before returning from an autonomous PL/SQL block, allautonomous
transactions started within the block must be completed (either committed or
rolled back). If not, the active autonomous transaction is implicitly rolledback and
this error is raised. Action: Ensurethat before returning from an autonomous PL/SQL block, any
active autonomous transactions are explicitly committed or rolled back.
----------------------------------------------------------------------- 06520through 06529
reserved for Foreign function errors