Hi,
I have a system that needs to update two databases (both Oracle 10g) in a single transaction.
The question is; if I create a DBLink between the two Oracle databases and treat this transaction as a normal transaction (not XA) would it work?
The system is a standalone
java application (not deployed on any web/app server) and I am using Spring for
JDBC.
If you think that the above approach will not work, can you please suggest an alternative?
Thanks in advance !!