I'd like to know how to archive a distributed (database) transaction between a java and a c++ application.
Are there some frameworks/jdbc extensions to do this? What pitfalls may arise?
The solution may be oracle-specific, but a more general approach (at least on the java side) would be prefered, if equal.