Oracle
1Z0-434 · Question #4
You have modeled a Composite X for which the following fault policy action has been configured for remote faults: <Action id="ora-retry"> <retry> <retryCount>2</retryCount>…
The correct answer is B. The instance is marked "open.faulted" and is available for auto-recovery. See the full explanation below for the reasoning.
Question
You have modeled a Composite X for which the following fault policy action has been configured for remote faults:
<Action id="ora-retry"> <retry> <retryCount>2</retryCount> <retryIntrval>2</retryIntrval> <exponentialBackoff/> </retry> </Action> At runtime, when a remote fault occurs on at outbound invoke, this ora-retry action is triggered. After the two configured retries are exhausted, which one occurs?
Options
- AThe transaction of Composite X rolls back.
- BThe instance is marked "open.faulted" and is available for auto-recovery.
- CThe instance is marked "closed.faulted" and is available for error recovery from Enterprise
- DThe default retryFailureAction is initiated and it rethrows the error back to the caller service.
How the community answered
(16 responses)- A6% (1)
- B88% (14)
- D6% (1)
Community Discussion
No community discussion yet for this question.