Home  /  Journal  /  Multicloud Database  /  Region Availability
Multicloud Database

Database@ Region Availability: Planning Around the Map

Every Database@ evaluation starts with features and ends with a map. The service only exists where Oracle has placed Exadata inside the partner cloud's datacenters, and that footprint expands in waves. This article teaches the planning method: how to read the map, test it, and design around the gaps.

Published Jun 6, 2026 · By Fredrik Filipsson · 9 min read · Independent OCI advisory
Earth seen from orbit at night with glowing city lights

Most teams evaluating Oracle Database@Azure, Database@AWS, or Database@Google Cloud start with the feature comparison. That is the wrong place to start. The question that gates every other question is whether the service exists in the regions where your applications actually run. Database@ is not software you install. It is physical Exadata infrastructure that Oracle ships, racks, and operates inside specific datacenters belonging to Microsoft, Amazon, and Google. If your region is not on the current availability map, no amount of feature analysis matters yet.

This article is part of our multicloud database series. The pillar, Oracle Database@Azure, @AWS, and @Google Cloud: The Buyer Guide, covers the strategic choice across the three programs. Here we go deep on the constraint that shapes all of them: geography. We deliberately do not publish a list of currently available regions, because that list changes monthly and any article that prints it is wrong within a quarter. What we can teach is the method: how to read the map, what to ask of it, and what to do when the answer is no.

Why the map matters more than the feature list

It helps to be precise about what a Database@ region actually is. When Oracle and a partner announce availability in a region, it means Oracle has physically deployed Exadata systems inside that partner's datacenter facilities, connected them to the partner's network fabric, and stood up the tooling to manage them as a child site of OCI. That is a capital project measured in months, not a software flag someone flips. The footprint therefore expands in waves: a set of regions goes live, demand is assessed, the next wave is announced, and the cycle repeats.

Two consequences follow. First, the map is the gating constraint, not a detail: a feature that exists in the service but not in your region might as well not exist for you. Second, announced does not equal orderable. Providers announce planned regions well ahead of general availability, and the gap between an announcement and the day you can provision an Exadata VM cluster there can be substantial. Roadmap slides are useful for strategy; only the live availability page is useful for a project plan.

The feature list tells you what the service can do. The map tells you whether it can do it for you. Read the map first.

There is also a maturity gradient across the three programs, even without naming regions. Database@Azure launched first, so its footprint is generally the broadest and its expansion cadence the most established. Database@AWS and Database@Google Cloud arrived later and are still in active expansion, so more of their maps are roadmap rather than reality at any given moment. That is relative maturity, not a permanent ranking, and the picture changes every quarter. The practical instruction is always the same: pull the current availability page from each provider on the day you plan, not from memory and not from an article, including this one. Our guides to Database@Azure, Database@AWS, and Database@Google Cloud cover what each program looks like inside a covered region.

The four questions of region planning

When we run a region analysis for a client, the work reduces to four questions, asked in order, because each one can kill or reshape the project.

1. Is my primary application region covered?

The value proposition of Database@ is colocating the Oracle database with the application tier inside the same hyperscaler region, reachable at single digit millisecond latency. That only holds if the region where your applications run, or are committed to run, is on the map. Inventory where your application estate actually lives, then check each region against the current availability pages. If your primary region is covered, the rest is refinement. If not, skip ahead to the fallback section, because everything else changes.

2. Is there a second covered region for DR pairing?

One covered region gets you production. It does not get you disaster recovery. A serious Oracle estate needs a Data Guard standby in a second region, and that second region also needs to be on the Database@ map if you want the standby inside the same construct. Plenty of teams discover late in design that their preferred DR region is one wave behind production, forcing a choice: wait, pair with a more distant covered region, or anchor the standby in a native OCI region. We walk through those architectures in our article on disaster recovery for Database@ deployments. The rule is simple: check the map for two regions, not one.

3. Is the data residency jurisdiction covered?

For regulated industries and public sector workloads, the question is not just where the application runs but where the data is legally allowed to rest. Residency requirements bind to jurisdictions, and a jurisdiction is only satisfied by a region physically inside it; a covered region in a neighboring country does not help a workload that must stay within national borders. This question has a habit of surfacing during legal review, months after the architecture has been drawn. Pull the residency constraints from your compliance team at the start and overlay them on the availability maps.

4. What is the capacity lead time, even where it is available?

This is the question almost everyone skips. A region on the availability map means the service is generally available there, not that an Exadata system is sitting on the floor waiting for your order. This is dedicated physical infrastructure, and in regions with strong demand, fulfillment can involve a lead time while capacity is allocated or installed. The only way to know the real number is to ask the provider and Oracle directly, with your target configuration in hand. A capacity conversation two quarters before you need the hardware is a planning input; two weeks before, it is a crisis.

Latency geometry: why the same region rule is strict

The headline latency numbers that make Database@ attractive come from one specific geometry: the application tier and the Exadata infrastructure in the same hyperscaler region, traffic flowing over the partner's internal fabric. Move either end and the numbers change character. An application calling a Database@ database in another region is a cross region call over the provider's backbone, with latency in tens of milliseconds rather than single digits, plus data transfer charges that the same region path avoids.

For some workloads that is fine. Reporting, batch processing, and asynchronous integration tolerate distance without complaint. But the workloads that justify Database@ in the first place, the chatty OLTP systems and latency sensitive stacks, are precisely the ones that do not. If the map forces a cross region layout, you are changing the architecture, not making a small compromise: connection pooling, retry behavior, timeout budgets, and chatty ORM patterns all need rework when every round trip gets an order of magnitude slower. The correct response is to measure. Stand up a small pilot, run real query patterns across the real distance, and let the numbers decide; pilots rescue projects in both directions.

Capacity reality: available is not the same as instant

The capacity point deserves its own section, because it is the most common gap between plan and delivery. Cloud habits train teams to think of provisioning as an API call. For dedicated Exadata inside a partner datacenter, that is true only when capacity is already on the floor. When it is not, your order triggers a fulfillment process involving physical hardware, with a lead time that depends on regional demand, your configuration, and where the next expansion wave sits.

The commercial structure makes early engagement easier than teams expect. Database@ is purchased through the partner's marketplace as a private offer, with the spend retiring your existing Azure, AWS, or Google Cloud commitment, so the provider has a direct incentive to give you straight answers about capacity before signing. Pricing follows the familiar Oracle constructs underneath, license included or BYOL on the database and infrastructure reserved by the system, so the capacity conversation and the commercial conversation naturally happen together. All three of lead time, configuration, and price are more negotiable before signature than after.

A region on the availability page is permission to order. It is not a promise that hardware is waiting. Ask about lead time before you build the timeline.

When your region is not on the map

Sooner or later, most multicloud organizations find a workload whose region is not covered. That is not the end of the analysis; it is a fork with five reasonable branches, each trading latency, residency fit, effort, and reversibility differently.

Fallback optionLatency characterResidency fitEffortReversibility
Wait for the waveIdeal once live, nothing until thenPerfect, if the region arrivesLow now, but the timeline is not yoursFully reversible, nothing is built
Deploy in a nearby covered regionCross region for the app tier, tens of millisecondsDepends on jurisdiction; often the blockerModerate, plus application tuning for distanceGood; relocate when your region goes live
Native OCI region with interconnectLow milliseconds over a dedicated link, region pair permittingStrong where OCI has a local regionHigher; two clouds, one network designGood; the OCI estate can persist or move later
Native OCI standaloneExcellent inside OCI, distant from the other cloudStrong where OCI has a local regionHighest if apps must move tooModerate; a real migration either way
Stay putUnchangedUnchangedNoneTotal; revisit when the map changes

A few notes on reading the table. Waiting is underrated when the roadmap covers your region and your current platform is not on fire. The nearby region play works for workloads that tolerate distance and have no hard residency constraint. The interconnect option, pairing a native OCI region with your hyperscaler region over a dedicated low latency link, delivers much of the colocation benefit where the Database@ map is thin but the OCI map is not; it is a core pattern in our multicloud and hybrid practice. And staying put is a legitimate decision, not a failure, provided someone owns rechecking the map.

A 7 step region planning framework

Here is the sequence we use for clients. Each step feeds the next, and skipping ahead is how projects end up redesigning themselves in month four.

  1. Inventory application regions and residency constraints. List where every in scope application runs, where it is committed to run, and what jurisdictional rules bind its data. This document is the requirement.
  2. Pull the current availability maps from all three providers. Check the Oracle and partner pages for all three programs on the day you plan. Note live versus announced, and date stamp the snapshot.
  3. Overlay DR pairing requirements. For each candidate production region, identify a second covered region, or a native OCI region, that satisfies recovery objectives and residency rules at the same time.
  4. Test latency assumptions with a pilot. Stand up a small environment in the candidate geometry and run real query patterns. Measured round trips beat estimated ones.
  5. Confirm capacity lead times with the provider. Take your target configuration to the provider and Oracle before signature and get a fulfillment timeline in writing.
  6. Design the fallback before committing. Decide now which row of the fallback table you would take if the wave slips or capacity tightens, and what it costs. A plan with no fallback is a bet.
  7. Recheck the map quarterly. The footprint moves every few months, and a fallback chosen against last year's map may be the wrong answer against this year's.

Common planning mistakes

The failure patterns are consistent enough to list plainly. Almost every troubled Database@ region plan we have reviewed made at least one of these.

  • Assuming announced means orderable. Building a go live date on a region that has not reached general availability is the most common schedule failure.
  • Designing DR around a single covered region. Production lands, the standby has nowhere compliant to go, and the DR design gets improvised under deadline pressure.
  • Ignoring residency until legal review. The architecture passes every technical gate and then fails the jurisdiction test months later.
  • Sizing before checking capacity lead times. Weeks of capacity modeling against a region that cannot fulfill the order on the assumed timeline.

The portfolio view: one estate, three maps

Large organizations rarely get to plan one workload at a time. Different business units standardize on different clouds, often through acquisition rather than design: the retail arm on AWS, the corporate systems on Azure, the analytics group on Google Cloud. Each unit then evaluates the Database@ service for its own cloud against its own regions, and without coordination the company ends up with three separate Oracle decisions, three separate maps, and three separate sets of commitments.

The better posture is one Oracle estate strategy laid over all three maps at once. The engineering standards, the licensing position, the Data Guard conventions, and the runbooks can be common across all three programs, because underneath the partner branding it is the same Exadata platform run by the same Oracle operations model. What differs per cloud is the map and the maturity. A portfolio level analysis makes those differences explicit: this unit is covered today, that unit waits one wave, the third bridges through an OCI interconnect. It also strengthens the commercial position, since a coordinated estate conversation across three marketplace relationships negotiates better than three teams arriving separately. This is exactly the shape of work our multicloud and hybrid practice exists for.

Bringing it together

Region availability is not a footnote to the Database@ decision; it is the first gate. The service exists only where Oracle has put hardware inside the partner's buildings, the footprint grows in waves, and announced is not orderable. Plan with the four questions: primary region coverage, a second region for DR, residency jurisdiction, and capacity lead time. Respect the latency geometry, know your fallback row before you need it, and recheck the map quarterly. Teams that treat the map as a living planning input ship on schedule. Teams that treat it as a slide from last year's deck redesign in production.

Free white paper

Go deeper on this topic with The Exadata Cloud Decision Guide, Database Service vs Cloud@Customer vs Autonomous, and how to choose. An independent analyst style report with comparison tables and recommendations, free with a work email. Prefer a monthly summary instead? The OCI Brief delivers one practical OCI briefing a month.

Part of a series
This guide is part of Oracle Database on OCI — our complete pillar guide on the topic.

About the author

Fredrik Filipsson, Co-founder of OCI Specialists — 20 years of enterprise IT experience in Oracle Database, OCI cost optimization, licensing, and data platforms. Full profile · LinkedIn

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.