Database Error Messages

ORA-17114

Cannot use local transaction commit in a global transaction.

Cause

commit() has been called when the transaction is a global transaction.


Action

Do not call commit() when the transaction is a global transaction. It is handled by Oracle Tuxedo system.