What is durability SLA?
In the cloud, it is critical to distinguish between Availability (Can I access my data right now?) and Durability (Is my data safe from being lost or corrupted over time?).
As of 2026, OCI provides a multi-tier durability standard designed to ensure that once you "rent" space and save a file, it remains exactly as you left it for years to come.
OCI Object Storage is designed for 99.999999999% (11 nines) annual durability.
The Math: Statistically, if you store 10 million objects in OCI, you can expect to lose only one object every 10,000 years.
How it’s achieved: OCI doesn't just "copy" your file. It uses Erasure Coding, breaking your data into fragments and spreading them across different storage servers and power sources. If a disk or even an entire server rack fails, the system uses "parity" math to rebuild the missing pieces instantly.
Self-Healing: The system constantly "scrubs" your data in the background. It calculates a checksum (a digital fingerprint) and compares it to the original. If "bit rot" is detected, it automatically heals the file using redundant copies.
For your server's hard drives (Block and Boot Volumes), the target is 99.99% (4 nines) annual durability.
Focus: While Object Storage is for long-term "static" files, Block Storage is for high-speed, constant writing.
Protection: Data is mirrored across multiple physical storage nodes within a single data center. This ensures that a single drive failure or even a rack-level power outage won't result in data loss for your server.
OCI File Storage (NFS) is designed for extreme enterprise resilience.
5x Replication: In many regions, FSS replicates your data five times across different fault domains. This makes it one of the most durable managed file systems in the industry, specifically built so that multiple hardware failures cannot cause a "data gap."
| Metric | Durability SLA | Availability SLA |
| Question | "Is my data still there?" | "Can I get to it right now?" |
| Object Storage | 99.999999999% | 99.95% |
| Block Volumes | 99.99% | 99.99% |
| Risk Protected | Bit rot, disk failure, fire | Network outage, maintenance |
| Remedy | Data Recovery | Service Credits (Money back) |
It is important to note that most cloud providers, including Oracle, define their contractual SLA around Availability, not Durability.
Availability SLA: If the service is "down" (you can't reach your files) for more than a few minutes a month, Oracle pays you back in Service Credits (ranging from 10% to 100% of your bill).
Durability "Objective": Durability is usually a Service Level Objective (SLO)—a design goal. While Oracle’s architecture is built to hit 11 nines, the legal contract focuses on your ability to access the service.
Even with 11 nines of durability, your data can still be "lost" if a user accidentally deletes a folder or a script goes rogue. To guard against this, 2026 best practices include:
Object Versioning: Keeps every version of a file so you can "undo" a deletion.
Retention Rules (WORM): Prevents anyone (even an admin) from deleting data for a set period—the ultimate defense against ransomware.