Oracle WebLogic Server 12c: Administration I — Question 42
You are troubleshooting Java Transaction API (JTA) transactions.
The WebLogic Server extension to JTA provides which optional transaction attribute to make troubleshooting easier?
Answer options
- A. a name
- B. an ID
- C. the status of "marked for rollback"
- D. a status
Correct answer: A
Explanation
The correct answer is A, as the WebLogic Server extension allows you to assign a name to transactions, which aids in identifying and troubleshooting them more effectively. Options B and D do not specifically enhance troubleshooting capabilities, while C refers to a status that indicates a transaction's rollback state, but does not provide a way to identify the transaction itself.