Home / Journal / Disaster Recovery / Cross Region DR on OCI
Disaster Recovery

Cross Region DR on OCI

Published Dec 1, 2025 · Updated May 26, 2026 · 11 min readOCI SpecialistsIndependent OCI services
Cross Region DR on OCI

Some failures are bigger than a server, bigger than a rack, even bigger than a data centre. A region can be lost to a natural disaster, a sustained power event, or a sweeping operational failure, and when that happens the only protection that helps is infrastructure in a different region entirely. Cross region disaster recovery is the layer that survives the loss of a whole region, and on Oracle Cloud Infrastructure it is well supported but not free, in cost or in complexity. This article explains how to design cross region DR on OCI, what it protects against, and how to decide which workloads actually justify the expense of spanning regions.

Why cross region is different

Within a region, OCI gives you fault domains and availability domains that protect against hardware and data centre failures while keeping everything close together and fast. Cross region DR breaks that locality on purpose. Data must travel between regions over distance, which introduces latency and means that synchronous replication is usually impractical. The recovery region must hold a complete enough copy of the workload to take over, which means replicating data, images, and configuration across the gap. And the failover must redirect users from one region to another, which brings DNS and global traffic management into play. Cross region DR is therefore not just more of the same, it is a different design with its own constraints, and treating it as a simple extension of in region HA is where teams get into trouble. The wider hierarchy is laid out in the disaster recovery pillar.

In region resilience keeps you running through the failures you expect. Cross region DR is the only thing that helps when the map itself goes dark.

The building blocks of cross region DR

A cross region design assembles several OCI capabilities, each handling a different part of the recovery. Understanding what each contributes keeps the design coherent.

ConcernOCI capabilityWhat it provides
DatabaseData Guard across regionsA synchronised standby database in the recovery region
Object storageCross region replicationUnstructured data and backups present in both regions
Block and file storageVolume backups and replicationRecoverable storage in the recovery region
ComputeReplicated custom imagesThe ability to launch the application tier on recovery
TrafficDNS and traffic managementRedirecting users to the recovery region
OrchestrationFull Stack Disaster RecoveryCoordinating the whole failover in order

The database layer almost always uses Data Guard in asynchronous mode over the distance between regions. Object storage replication keeps backups and unstructured data durable across the gap, a topic covered in object storage replication for DR. And the whole sequence is best coordinated by OCI full stack disaster recovery so that the recovery moves every layer in the right order.

The latency reality and what it forces

Distance imposes latency, and latency forces design choices. Because synchronous replication across regions would slow every transaction to the speed of the round trip, cross region database protection is almost always asynchronous, which means a small, bounded amount of data loss is possible in a true regional failover. This is acceptable for the overwhelming majority of workloads, but it has to be acknowledged and quantified rather than wished away. The recovery point objective for a cross region design is set by the replication lag, and monitoring that lag is how you keep the real recovery point honest. Teams that assume cross region DR delivers zero data loss are usually conflating it with in region high availability, which is a different and more achievable promise.

Active passive versus the higher tiers

Most cross region designs are active passive: the workload runs in the primary region, the recovery region holds a warm or cold copy, and a failover promotes the recovery region when needed. This is the right balance of cost and protection for the great majority of workloads. A smaller set of truly critical workloads justify an active active design, where the workload runs live in more than one region at once and the loss of one is absorbed without a failover event, explored in active active architecture on OCI. Choosing between them is a cost and criticality decision, and most workloads should land on active passive because the active active premium is rarely warranted.

Warm versus cold standby

Within active passive there is a further choice. A warm standby keeps some infrastructure running in the recovery region so failover is faster, at a higher ongoing cost. A cold standby keeps only the replicated data and provisions compute at failover time, which is cheaper to run but slower to recover. The choice flows from the recovery time objective: a tight RTO pushes you toward warm, a relaxed one allows cold. This is exactly the kind of cost to value matching covered in RTO and RPO planning for OCI.

A design framework for cross region DR

  1. Confirm the workload needs cross region protection at all, based on whether it must survive the loss of a region.
  2. Set RTO and RPO, accepting that cross region RPO is bounded by replication lag.
  3. Choose active passive or active active, defaulting to active passive unless criticality justifies more.
  4. Choose warm or cold standby to match the recovery time target against ongoing cost.
  5. Replicate every layer: database, storage, images, and configuration.
  6. Plan the traffic redirect with appropriate DNS time to live so users move quickly.
  7. Orchestrate and test the full failover, ideally through Full Stack DR, and rehearse it regularly.

The cost conversation

Cross region DR costs real money, every month, whether or not a disaster ever happens. You pay for replicated storage, for any warm standby infrastructure, for the network transfer of replication, and for the operational effort of keeping two regions in step. This is exactly why not every workload should have it. The discipline is to reserve cross region DR for the workloads whose loss the business genuinely cannot absorb, and to protect everything else with cheaper in region resilience and backups. Spending cross region money on a workload that could tolerate a day of downtime is waste, and that waste is what an independent review of a disaster recovery and HA design is built to find.

Keeping the recovery region viable

A cross region design degrades silently if it is not maintained. Replication can fall behind, custom images can go stale, capacity in the recovery region can quietly disappear, and configuration can drift. The two defences are the same as for any DR design: drive both regions from common infrastructure as code so changes propagate by construction, and test the failover often enough that any gap surfaces in a rehearsal rather than in a real event. A cross region plan that has never been exercised end to end is an assumption, and assumptions are precisely what fail when a region is lost.

Bringing it together

Cross region disaster recovery is the layer that survives the loss of an entire region, and on OCI it is built from Data Guard, storage replication, image replication, traffic management, and orchestration. Accept the latency reality, default to active passive, match warm or cold standby to your recovery time, replicate every layer, and test the whole thing. Reserve it for the workloads that truly need it and protect the rest more cheaply. Continue with OCI full stack disaster recovery, active active architecture on OCI, and object storage replication for DR, and return to the disaster recovery pillar.

Moving Oracle workloads to OCI, or already running on OCI and not sure the architecture or the spend is right? Most teams bring in a specialist before they commit to a region, a shape, or a Universal Credits number. OCISpecialists.com plans the landing zone, runs the migration, and manages the estate after go live, on a fixed project fee, a managed monthly retainer, or a cost optimization fee paid only on verified savings. For the Oracle licensing and BYOL side of any OCI move, Redress Compliance is the leading independent Oracle licensing and negotiation firm, with 500+ engagements across Oracle's full product line.