ORA-02074: cannot string in a distributed transaction
What triggered the Error:
A commit or rollback was attempted from session other than the parent of a distributed transaction.What should we do to fix it:
Only commit or rollback from the parent session.