ORA-18743
Mixed use of XA and sessionless transaction APIs is not allowed
Cause
An attempt is being made to combine XA APIs and sessionless APIs to run sessionless transaction operations.
Action
Use either XA APIs or sessionless transactions APIs, but not both.