Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

DIA-26216

Cannot set OCI_ATTR_XID or OCI_ATTR_TRANS_NAME

Cause

The previous resumable transaction start request has not reached the server yet. Changing OCI_ATTR_XID or OCI_ATTR_TRANS_NAME will result in an incorrect result.


Action

Incur a round-trip call to start the transaction on the server, or make a pre-call suspend resumable transaction request to override the start request.