Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to 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.