OCI-26222
The transaction_type transaction identified by transaction_id cannot be used on this instance with the higher version.
- transaction_type: The type of transaction. It can be "XA", "sessionless", or "Oracle-managed".
- transaction_id: The transaction identifier. For sessionless and Oracle-managed transactions, it is the transaction identifier (GTRID) in hexadecimal format; for XA transactions, it is the format ID and GTRID in hexadecimal format, separated by a dot (.).
Cause
The transaction is being created on another instance running a lower Oracle Database version than this instance.
Action
Upgrade the other instance(s) to a version that is the same as the this instance, and then retry.