Oracle Integration Cloud: Building Integrations That Survive Production · Module 8 · Error handling, faults and retries
Compensation, and its limits
Lesson 87 of 175 · 2 min
Undoing work already committed in another system. When it is possible, when it is theatre, and why designing to avoid needing it is cheaper. COMPENSATION IS NOT A ROLLBACK. A rollback removes the effect; compensation adds an opposing one. The original transaction stays, with its reversal beside it, and both are visible to anybody looking at the record afterwards. WHEN IT IS POSSIBLE: where the target offers a genuine inverse operation and the state has not moved on. A created record you can delete or void, a posting you can reverse. WHEN IT IS THEATRE, and this is the half worth knowing. When the effect has already left the system — a payment file sent to a bank, an email to a customer, a message to a partner. When the record has been used since: an invoice you would reverse has been paid, matched, or reported on. And when the…
The full lesson is part of the course
The video, the complete written lesson and the module quiz are included in Oracle Integration Cloud: Building Integrations That Survive Production, with a certificate on completion and a fourteen-day refund window.
In this module: Module 8 · Error handling, faults and retries
- 1The four kinds of failure
- 2Faults versus errorsFree preview
- 3Scope and fault handlers
- 4What to do with a caught fault
- 5Retry: how many, how far apart
- 6The dead letter, and who reads it
- 7Partial failure in a batch
- 8Compensation, and its limits
- 9Alerting a human
- 10Resubmission: doing it safely
- 11Errors that are not failures
- 12What breaks: five error-handling failures
- 13Lab briefing · Break it five ways
