Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-65023

active transaction exists in container string

Cause

A statement attempted to create a new transaction in the current container while there was an active transaction in another container.


Action

Switch to the container with the active transaction and commit, rollback or detach the active transaction before attempting to issue any statement that will attempt to create a new transaction in another container.