Database Error Messages

ORA-17274

Cannot rollback with auto-commit enabled

Cause

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


Action

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