Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORDS - distributed transaction

Vanja KeglevićOct 14 2019 — edited Oct 16 2019

Hi,

How to support a distributed transaction using ords? Is using dbms_xa a way to go?

Edit:

To put it in a context: at my workplace, we're migrating the communication of a Java application with an ERP from oracle db links to ORDS(the Java app used it's own Oracle XE db to communicate over db link with ERP Oracle db).

Now we have a problem with distributed transactions, and how to implement them with ORDS.

Edit 2:

https://docs.oracle.com/database/121/ADFNS/adfns_xa.htm#ADFNS825  : "You cannot use both Oracle XA and a gateway in the same session."

Does this mean you can't use ORDS with dbms_xa?

Thanks

Message was edited by: Vanja Keglević

Comments
Post Details
Added on Oct 14 2019
2 comments
342 views