Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Managing XA transactions in Oracle SOA Suite?
Hi ! We are puzzled, hope others have encountered our issue.
We are using SOA Suite. We are calling multiple APIs to complete a business transaction. However, we see the error message "ORA-14450: attempt to access a transactional temp table already in use ..."
We've learned that some of the APIs we are calling must be committed before we call another API. However, when we need to support a multi-
step workflow, we don't want to commit each call. We want all of the calls or none of the calls to commit. We're trying to package all the call inside an XA transaction. We are using Apps Adapter to try to do this, but are failing as above.
0