How to fix the Oracle error ORA-02074: cannot string in a distributed transaction?
In this post, you’ll learn more about the Oracle ErrorORA-02074: cannot string in a distributed transaction with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-02074: cannot string in a distributed transaction
Reason for the Error ORA-02074: cannot string in a distributed transaction
A commit or rollback was attempted from session other than the parent of a distributed transaction.
How to fix the Error ORA-02074: cannot string in a distributed transaction ?
You can fix this error in Oracle by following the below steps
Only commit or rollback from the parent session.
Leave Your Comment