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

thatJeffSmith-Oracle

not to take you too far off track, but to ask ords to run the same queries using the same db_links would be trivial

Vanja Keglević

Jeff,

we're migrating from db links to ORDS because of the SCN problem with Oracle dbs.

So we cannot anymore use db links from an Oracle 11g XE to Oracle 11g Standard db, that is our problem.

Kind regards

1 - 2

Post Details

Added on Oct 14 2019
2 comments
349 views