You need to configure WebLogic Server to satisfy the needs of your new application that will update more than one data set on several databases in the same transaction. Which setting should be considered?
A.
Enable use xa Data source interface in the transaction properties of each data source.
B.
WebLogic Server supports distributed transactions by default, so on specific settings are required.
C.
Split the transaction into multiple local transactions.
D.
Configure your data sources with the available XA-compliant driver for your DBMS.
I think, maybe is correct E: Following this path of choices in order to enable "two phases commit" :
Domain Structure > Environment > Services > JTA > Enable Two Phase Commit
----------Indicates that the two-phase commit protocol is used to coordinate transactions across two or more resource managers.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
oskr
5 months, 1 week agoluis_Otero
1 year, 6 months agoRamanRaman
2 years ago