Oracle Solution for Error ora-02040

Solution for Oracle Error ORA-02040

ORA-02040: remote database string does not support two-phase commit

What triggered the Error:

the database was potentially updated but does not support prepare to commit (as determined by its logon transaction traits). The transaction was rolled back.

What should we do to fix it:

Do not attempt to update the remote database unless it is the only database updated in one transaction.