OCI-03963
Sharding Raft replication does not support XA transactions (statement = statement, XA ID = string, branch = string).
- statement: The type of DML statement being executed.
- XA transaction ID: The global XA transaction ID.
- XA branch: The type of XA transaction branch (local or remote).
Cause
Sharding Raft replication only supports Oracle-managed local or Oracle-managed distributed transactions. Using an XA transaction is not supported.
Action
Replace the use of the XA transaction management with the default Oracle transaction management.