How is data wiped after rental termination?
Oracle Cloud Infrastructure (OCI), data wiping isn't just a simple "delete" command; it is a multi-layered decommissioning process designed to meet the highest security standards (like NIST 800-88).
Whether you are deleting a single volume or terminating your entire tenancy, OCI uses automated "cleansing" protocols to ensure that no digital footprint of your data remains for the next tenant.
When you terminate an instance or delete a block volume, the first thing OCI does is sever the logical connection.
The Action: The pointers to your data are removed, and the storage blocks are marked as "unallocated" in the cloud control plane.
The Result: Even before the physical wipe begins, the data is immediately inaccessible to your own users and the OCI APIs.
Once storage is unallocated, OCI’s automated backend processes take over to sanitize the physical media.
Standard Storage: OCI follows NIST SP 800-88 guidelines for media sanitization. For standard virtualized storage, this involves overwriting the blocks with zeros or random patterns before that physical space can be reassigned to another customer.
Bare Metal & NVMe: Because Bare Metal tenants have direct access to physical hardware, the "clean up" is more aggressive. After termination, the server undergoes an automated disk and firmware-level wipe.
If you use Customer-Managed Keys (CMK), you have a secondary, instantaneous way to "wipe" your data.
The Process: By deleting the master encryption key in your OCI Vault (or revoking access from an external HSM), the data on the disks becomes cryptographically erased.
The Result: Even if a malicious actor physically stole the hard drives from an Oracle data center, the data would be nothing but random "noise" that is mathematically impossible to decrypt.
If you decide to leave OCI entirely and delete your Tenancy, Oracle adds a cooling-off period to prevent accidental "catastrophic" data loss.
Suspension Phase: When you request tenancy deletion, all resources are immediately suspended (shut down), and billing stops.
The 30-Day Window: Your data remains in a "locked" state for 30 days. During this time, you can contact Oracle Support to reverse the deletion if it was a mistake.
Permanent Purge: After 30 days, the "Work Request" completes, and all resources—including identity data, metadata, and storage—are permanently purged and the hardware is sanitized for the next user.
| Resource Type | Wiping Method | Standard |
| Virtual Machines | Logical detachment + Block Overwrite | NIST 800-88 "Clear" |
| Bare Metal | Full Disk & Firmware Scrub | NIST 800-88 "Purge" |
| Object Storage | Metadata deletion + Pointer removal | Internal Purge Protocol |
| Encrypted Data | Key Deletion (Cryptographic Erase) | Instant Irretrievability |
For specialized hardware like OCI Roving Edge devices (which are physically shipped to your location), OCI provides a Sanitization Certificate feature.