Database Error Messages

ORA-17273

Cannot commit with auto-commit enabled

Cause

An attempt is being made to call commit on the connection while auto-commit is enabled.


Action

Ensure that commit is being called only when auto-commit is disabled.