Why Enterprises Choose Oracle Exadata Cloud@Customer Over Public Cloud | ExaGuru
Exadata Cloud@Customer · 2026 Edition

Why Enterprises Choose Oracle Exadata Cloud@Customer Over Public Cloud

For a decade, "move everything to public cloud" was the default enterprise strategy. Today, banks, healthcare systems, government agencies, and telecom operators are doing something more nuanced — they are bringing Oracle Cloud to their datacenters with Exadata Cloud@Customer while keeping production data exactly where regulators and latency physics demand it.

Series: Exadata Hybrid Architecture
Read: ~16 min
Audience: Architects, DBAs, IT Leaders
Level: Intermediate → Advanced

01 · Introduction

The public cloud revolution delivered genuine value — elastic compute, rapid provisioning, and consumption economics that reshaped how we build stateless applications. For years, enterprise roadmaps treated "cloud-first" as synonymous with "public cloud only." Lift-and-shift everything. Close datacenters. Done.

That playbook worked — until it didn't. Regulated industries discovered that auditors care about physical data location, not just encryption at rest. Core banking systems discovered that millisecond OLTP loops do not survive a 500-mile round trip. Manufacturing ERP clusters discovered that co-located MES and database tiers are not optional design preferences — they are production requirements.

Oracle Exadata Cloud@Customer (ExaCC) emerged from that gap. It is not a rejection of cloud; it is Oracle Cloud delivered inside your facility. Same Exadata Engineered System. Same OCI APIs and VM cluster model. But your production data never crosses the WAN to reach a public region.

What is Oracle Exadata Cloud@Customer (ExaCC)? ExaCC is a subscription service where Oracle delivers and operates Exadata hardware inside the customer's datacenter. Databases run on the local data plane with Smart Scan, RAC, and ASM as in any Exadata deployment. Provisioning, metering, and infrastructure lifecycle are managed through the OCI control plane over a secure connection — giving you cloud operations without moving data to a public OCI region.
Architect's Perspective

I stopped treating ExaCC as "on-premises with a cloud sticker" the first time I watched a tier-1 bank provision a standby VM cluster through the OCI console while the primary database never left the building. The mental model shift is real: you are consuming Oracle Cloud, not renting colocation space with a rack.


02 · When Public Cloud Wins

Choosing ExaCC over public cloud is not an ideological statement. Public OCI — including Exadata Database Service (ExaCS) — remains the right answer for many workloads. Be honest about where public cloud genuinely excels before you default to datacenter deployment.

  • Stateless and cloud-native applications — microservices, API gateways, and container workloads that tolerate regional latency and scale horizontally.
  • Dev/test and sandbox environments — spin up, tear down, and scale OCPUs without datacenter change windows.
  • Analytics and data lake adjacency — workloads that benefit from co-location with OCI Object Storage, Data Flow, and AI services in-region.
  • Greenfield SaaS platforms — vendors building multi-tenant products without legacy datacenter constraints or residency mandates.
  • Disaster recovery targets — geographically separated standby sites in OCI regions with automated backup integration.
When should you stay on OCI public cloud instead of ExaCC? Choose public cloud when data residency is not mandated, applications are geographically decoupled from the database, you need rapid elastic scaling, or you are building cloud-native services that integrate tightly with OCI platform services. ExaCC adds value when local data placement and low-latency co-location are hard requirements — not nice-to-haves.

Public cloud fails as a blanket strategy when you force latency-sensitive OLTP with co-located application tiers into a distant region. That is not a cloud maturity problem. That is an architecture mismatch.


03 · What Is Exadata Cloud@Customer?

ExaCC is Oracle's answer to a question regulated enterprises have asked since cloud adoption began: Can I get cloud economics and Oracle-managed infrastructure without sending my data to someone else's building?

Oracle installs a full Exadata rack — compute nodes, storage cells, RoCE fabric — in your datacenter. You provision VM clusters through OCI console, Terraform, or SDK, exactly as you would with ExaCS. Oracle handles cell firmware, hardware refresh, and infrastructure patching. Your DBAs manage databases, SQL performance, Data Guard, and application cutovers.

The subscription model shifts CapEx rack procurement to OpEx consumption while preserving the compliance posture of on-premises deployment. You are not buying hardware; you are subscribing to managed Exadata capacity anchored in your facility.

Same Exadata Engine — Three Hosting Models Exadata Engineered System Core Smart Scan · Storage Cells · RoCE · RAC · ASM · IORM On-Premises Customer owns & operates ExaCC Cloud ops · Local data THIS ARTICLE FOCUS ExaCS (Public) OCI region hosted

Figure 1 · Unified Exadata engine across deployment models


04 · ExaCC Architecture

ExaCC implements a split-plane design that separates what runs locally from what Oracle manages remotely. Understanding this boundary is essential for network design, security reviews, and incident response planning.

ExaCC Split-Plane Architecture CUSTOMER DATACENTER · DATA PLANE Application TierCo-located OLTP / ERP Exadata RackCompute · Cells · RoCE Database VM Clusters (KVM)Production data · Backups · Redo — stays on-site Local LAN · Sub-ms app-to-DB latency OCI · CONTROL PLANE Provisioning & Metering Infrastructure Patching OCI Console / API / Terraform Metadata only — not production data Secure tunnel

Figure 2 · ExaCC datacenter data plane and OCI control plane

The data plane handles every production SQL statement, redo write, and backup block. The control plane handles VM cluster lifecycle, subscription metering, and Exadata infrastructure updates. When connectivity to OCI is interrupted, databases on the data plane continue running — a detail that belongs in every executive briefing.

Architect's Perspective

Design your network security groups and firewall rules around control-plane egress, not application database traffic. Application tiers talk to ExaCC over local LAN. Only the ExaCC management interface needs outbound OCI connectivity — and that path carries orchestration metadata, not your customer PII.


05 · Data Sovereignty

Data sovereignty is not a single checkbox — it is a stack of legal, contractual, and operational requirements about where bits physically reside, who can access them, and which jurisdictions apply during a breach or subpoena event.

Public cloud providers offer region selection, encryption, and access controls. For many workloads, that is sufficient. For banking charters, HIPAA-covered entities, government classified tiers, and telecom subscriber data regulations, "logically separated in a regional availability domain" is not the same as "physically inside our audited facility."

Data Sovereignty Boundary ExaCC · IN-COUNTRY / ON-SITE Customer PII & transaction data Backups & archive (local retention) Audit logs under customer jurisdiction OCI Public Cloud · REGION Data at rest in OCI region Subject to cloud provider jurisdiction Cross-border transfer agreements required Different

Figure 3 · Data sovereignty split — ExaCC vs public cloud region

Does ExaCC satisfy data residency requirements? ExaCC keeps production database storage on Exadata hardware physically located in the customer datacenter, which satisfies most in-country and on-premises residency mandates. Validate with legal counsel for sector-specific rules (financial charter, healthcare, government classification) and confirm backup retention policies meet your audit framework.

Compliance Comparison

Requirement ExaCC OCI Public Cloud
Physical data location Customer datacenter OCI region AD
In-country residency Native Region-dependent
Customer physical access audit Full Provider-controlled
Subpoena jurisdiction Customer facility Cloud region law
Air-gap tolerance Periodic OCI link Always connected
Encryption at rest TDE / OKV TDE / OKV / Vault
Cross-border data transfer Not required for OLTP May require DPA/SCCs

Table 1 · Compliance comparison — ExaCC vs OCI public cloud


06 · Latency Physics

You cannot negotiate with physics. The speed of light in fiber creates an unforgiving latency tax. Every round trip between an application server and a database over a WAN adds milliseconds that compound into seconds under chatty OLTP workloads.

A tight transactional loop running fine on local hardware will completely choke when split across a 500-mile WAN pipe. I have seen payment authorization systems that processed 12,000 TPS on co-located Exadata collapse to under 800 TPS after a "simple" migration to a public region 400 miles away — not because Exadata got slower, but because the application issued 47 database round trips per transaction.

App-to-DB Latency: Local LAN vs WAN Split ExaCC · CO-LOCATED App Server Exadata DB <1 ms RTT 47 round trips × 0.5 ms = ~24 ms total Public Cloud · WAN SPLIT App (On-Prem) ExaCS500 mi away 8–15 ms RTT 47 round trips × 10 ms = ~470 ms total Latency Tax Multiplier Effect Chatty OLTP amplifies WAN delay · Connection pooling helps but cannot eliminate physics ExaCC: Local fabric Public: Physics-bound Fix: Move app or DB local

Figure 4 · Local LAN vs WAN-split application/database latency

Architect's Perspective

Before any cloud migration, instrument your application's database round-trip count per business transaction. If the number exceeds single digits and your app tier stays on-premises, public cloud database placement is a performance risk — not an optimization opportunity. ExaCC preserves local latency without abandoning cloud operations.


07 · ExaCC vs Public Cloud Comparison

Both ExaCC and OCI public Exadata (ExaCS) run the same Engineered System platform. The comparison is about placement, operations, and fit — not database feature parity.

ExaCC vs OCI Public Cloud Exadata ExaCC ✓ Data in your datacenter ✓ Sub-ms co-located app latency ✓ Regulator-friendly residency ✓ Oracle-managed infra patching ✓ OCI API provisioning model △ Requires datacenter space △ Periodic OCI connectivity △ Limited OCPU elasticity vs ExaCS OCI Public (ExaCS) ✓ Rapid VM cluster provisioning ✓ Elastic OCPU scaling ✓ Native OCI service integration ✓ Geo-redundant DR in-region ✓ No datacenter footprint △ WAN latency from on-prem apps △ Data residency in OCI region △ Egress costs for hybrid traffic

Figure 5 · Side-by-side ExaCC vs public cloud comparison

Dimension ExaCC OCI Public Exadata (ExaCS)
Hardware location Customer datacenter OCI region availability domain
Data plane path Local RoCE fabric OCI VCN + FastConnect/VPN
Provisioning speed Weeks (rack delivery) Hours (VM cluster API)
Scaling model Subscription tier expansion OCPU elastic scaling
App co-location Same facility — ideal Requires app migration or WAN
Compliance posture On-premises residency Region-based residency
Ops responsibility Oracle infra + customer DB Oracle platform + customer DB

Table 2 · Feature and operations comparison

Is ExaCC or public cloud Exadata faster? Exadata performance is equivalent on identical hardware generations. ExaCC is faster for co-located applications because network path length is shorter. Public cloud Exadata is faster to provision and scale elastically. Choose based on workload placement and latency requirements, not benchmark marketing.

08 · Hybrid Strategy

The mature enterprise cloud strategy in 2026 is not binary. It is a portfolio: regulated OLTP on ExaCC, analytics and dev/test in public OCI, legacy apps gradually migrating via Data Guard and GoldenGate, all connected through FastConnect and a well-designed DRG hub.

Hybrid Oracle Architecture · Control vs Data Paths ON-PREMISES / ExaCC SITE Core OLTP Apps ExaCC Rack DATA Production DB · Local backup · Data Guard primary OCI PUBLIC REGIONS ExaCS Analytics Dev/Test Clones Object Storage DR Standby (ExaCS) FastConnect / VPN · DRG Hub Control plane + replication GoldenGate / DG redo

Figure 6 · Hybrid architecture with control plane and data replication paths

ExaCC is often the anchor of a hybrid portfolio — not the entire cloud strategy. Use it where sovereignty and latency are non-negotiable. Use public OCI everywhere else. Connect them deliberately with documented data flows, not accidental VLAN sprawl.


09 · Industry Verticals

ExaCC adoption clusters predictably in sectors where latency, residency, and audit control intersect. The pattern is not accidental — it reflects regulatory gravity and application architecture legacy.

Industry Verticals Driving ExaCC Adoption Regulated OLTP + Co-located Apps? BankingCore ledger · Payments HealthcareEHR · Claims · PHI GovernmentCitizen data · Sovereign TelecomBilling · Subscriber DB ManufacturingMES + ERP co-location InsurancePolicy · Actuarial OLTP ExaCC · Cloud ops without data egress

Figure 7 · Industry vertical use cases funnel

ExaCC Deployment Success Pillars ComplianceLegal sign-offResidency mappingAudit trail design NetworkOCI egress pathFastConnect/VPNLocal app LAN OperationsDBA runbooksPatch windowsIncident response Hybrid PathDR to ExaCSAnalytics offloadMigration roadmap

Figure 8 · Deployment success pillars


10 · Cost & TCO

ExaCC is not automatically cheaper or more expensive than public cloud Exadata. The TCO equation includes utilization, compliance overhead, WAN costs, staffing, and the hidden price of latency remediation.

ExaCC TCO Drivers

  • Monthly rack subscription (OpEx)
  • Datacenter power, cooling, floor space
  • Reduced WAN egress for OLTP traffic
  • Compliance audit simplification
  • Oracle-managed hardware refresh

Public Cloud TCO Drivers

  • OCPU-hour + storage GB-month consumption
  • FastConnect/VPN recurring charges
  • Cross-region replication and egress
  • Elastic scale-down savings for variable workloads
  • No datacenter footprint CapEx
Is ExaCC more expensive than public cloud? ExaCC subscription pricing includes datacenter-delivered hardware and Oracle infrastructure management, which can exceed ExaCS consumption rates for equivalent capacity. However, ExaCC often reduces total cost when you factor in WAN egress, compliance remediation, application refactoring for latency, and sustained high utilization of co-located OLTP workloads. Model both scenarios with real AWR and network traffic data — not list price alone.
Architect's Perspective

Finance teams love public cloud unit economics until they see the line item for hybrid connectivity and the engineering cost of fixing chatty apps over WAN. I build TCO models with three columns: infrastructure subscription, network transfer, and application remediation. ExaCC often wins column three decisively.


11 · Common Misconceptions

ExaCC sits at the intersection of cloud marketing and datacenter reality — a fertile ground for architectural myths. Here are six I encounter in nearly every enterprise assessment.

  1. ExaCC is just colocation with Oracle brandingReality: Colocation gives you floor space and power. ExaCC gives you OCI-integrated provisioning, subscription metering, Oracle-managed Exadata patching, and VM cluster APIs. The operational model mirrors ExaCS — the rack location does not.
  2. Public cloud is always cheaper than ExaCCReality: Public cloud wins on elastic dev/test and variable workloads. ExaCC often wins on sustained high-utilization OLTP when you include WAN costs, compliance overhead, and latency-driven application rework.
  3. ExaCC means we are not doing cloudReality: You are consuming Oracle Cloud — the control plane, APIs, IAM, and subscription model are OCI-native. You are choosing where the data plane executes, not rejecting cloud operations.
  4. ExaCC eliminates the need for DBAsReality: Oracle manages Exadata infrastructure. Your DBAs still own database patching, SQL tuning, Data Guard, security, capacity planning, and incident response. Cloud shifts the cell firmware pager — not database accountability.
  5. Latency does not matter with enough bandwidthReality: Bandwidth and latency are independent. A 10 Gbps FastConnect link still adds milliseconds per round trip. Chatty OLTP multiplies that delay into unacceptable response times regardless of pipe size.
  6. We must choose ExaCC OR public cloud exclusivelyReality: Hybrid is the dominant enterprise pattern. ExaCC anchors regulated OLTP locally while public OCI handles analytics, dev/test, and cloud-native services. Portfolio thinking beats binary decisions.

12 · Best Practices

1. Validate Residency Before Provisioning

  • Engage legal and compliance teams before rack delivery — not after VM clusters are live.
  • Document data classification, retention, and cross-border transfer policies in the architecture decision record.
  • Map backup and archive destinations to confirm no unintended replication to public regions.

2. Design Network Paths Deliberately

  • Separate control-plane OCI egress from application database LAN traffic.
  • Size FastConnect or VPN for control-plane and replication — not full OLTP volume.
  • Document failover behavior when OCI connectivity is interrupted for executive stakeholders.

3. Instrument Latency Before Migration

  • Measure database round trips per business transaction on existing co-located infrastructure.
  • Model WAN latency impact before committing workloads to public regions.
  • Use AWR, SQL Monitor, and application tracing to identify chatty patterns early.

4. Plan Hybrid Portfolio from Day One

  • Define which workloads stay on ExaCC permanently vs migrate to public OCI over time.
  • Establish Data Guard or GoldenGate paths for DR and analytics offload.
  • Align IAM, compartment structure, and tagging across ExaCC and public tenancies.

13 · Decision Checklist

Score each row before committing to ExaCC or public cloud Exadata. The column with the most strong fits is your starting hypothesis — validate with a bounded pilot.

# Question ExaCC OCI Public
1 Production data must remain in our physical datacenter?
2 Application tier is co-located with database today?
3 OLTP workload is latency-sensitive (<5 ms RTT)?
4 Regulatory audit requires on-site data inspection? Partial
5 We need elastic OCPU scaling within hours? Partial
6 Dev/test environments spin up and down frequently? Partial
7 Workload integrates natively with OCI AI/analytics services? Partial
8 We can accept periodic secure OCI connectivity?
9 Hybrid portfolio (ExaCC + public) is acceptable?
10 No datacenter space or power capacity available?

Table 3 · ExaCC vs public cloud decision checklist


14 · Frequently Asked Questions

Why would an enterprise choose ExaCC over OCI public cloud?

Enterprises choose ExaCC when data must remain in their datacenter, when co-located applications require sub-millisecond database latency, or when regulators mandate physical data sovereignty. ExaCC delivers OCI-managed Exadata in the customer facility without moving production data to a public region.

Does ExaCC customer data ever leave the datacenter?

Production database data and backups configured for local retention stay on Exadata hardware inside the customer datacenter. Only control-plane metadata, metering, and orchestration traffic traverse the secure OCI tunnel — not your tablespaces or redo.

Can ExaCC databases keep running if OCI connectivity is lost?

Yes. ExaCC production databases on the local data plane continue serving traffic during temporary OCI outages. The control plane handles provisioning and billing; periodic connectivity is required for updates and subscription metering, not for every SQL execution.

How does ExaCC latency compare to public cloud for co-located apps?

ExaCC keeps database I/O on the local RoCE fabric inside your datacenter — typically sub-millisecond for app tiers in the same facility. Public cloud Exadata in a distant OCI region adds WAN round-trip latency that can break chatty OLTP workloads.

Is ExaCC always more expensive than OCI public cloud Exadata?

Not necessarily. ExaCC carries a datacenter subscription premium but avoids WAN egress, cross-region replication costs, and performance workarounds for latency-sensitive workloads. TCO depends on utilization, compliance overhead, and application architecture.

Which industries most commonly deploy ExaCC?

Banking, healthcare, government, telecom, and regulated manufacturing lead ExaCC adoption — sectors where data residency, audit control, and low-latency OLTP beside legacy application tiers are non-negotiable.

Can I run a hybrid architecture with both ExaCC and OCI public cloud?

Yes. Many enterprises place regulated OLTP on ExaCC while running analytics, dev/test, and cloud-native services in OCI public regions. Data Guard, GoldenGate, and FastConnect tie the environments together into a coherent hybrid portfolio.

What network connectivity does ExaCC require to OCI?

ExaCC requires a secure outbound connection from the customer datacenter to OCI for control-plane operations — typically over FastConnect, Site-to-Site VPN, or Oracle-approved private connectivity. Bandwidth requirements are modest compared to application traffic because data plane workloads stay local.


15 · The Short Version — 8 Things to Remember

  1. Public Cloud Is Not Wrong — Blanket Public Cloud IsStateless apps, dev/test, and analytics belong in public OCI. Latency-sensitive co-located OLTP often does not.
  2. ExaCC Is Oracle Cloud in Your BuildingSame Exadata engine, same OCI APIs — data plane stays local, control plane connects to OCI.
  3. Physics Beats BandwidthWAN latency taxes chatty OLTP regardless of pipe size. Co-location matters.
  4. Sovereignty Is Physical, Not LogicalRegion selection helps; ExaCC satisfies auditors who require on-site data inspection.
  5. Hybrid Is the Mature StrategyExaCC for regulated OLTP anchor; public OCI for elastic and analytics workloads.
  6. TCO Includes Network and RemediationCompare subscription plus WAN egress plus app rework — not list price alone.
  7. DBAs Still Matter on ExaCCOracle manages infrastructure; your team owns databases, SQL, and availability.
  8. Decide on Non-Negotiables FirstResidency, latency, and audit requirements drive the model — not cloud slogans.

16 · Conclusion

The enterprise cloud conversation has matured. "Move everything to public cloud" was a useful forcing function — it broke datacenter inertia and exposed waste. But banks, healthcare systems, government agencies, and telecom operators are now making deliberate choices about where each workload belongs.

Oracle Exadata Cloud@Customer is not a retreat from cloud. It is cloud operations with local data placement — the architecture you reach for when residency, latency, and hybrid strategy converge. Public OCI remains the right home for elastic, cloud-native, and analytics workloads. ExaCC is the anchor for the regulated core that cannot tolerate a 500-mile round trip.

The best cloud strategy is not public-only or datacenter-only — it is the portfolio your organization can operate confidently for the next five years.

At ExaGuru, our Exadata Expert course covers ExaCC, ExaCS, hybrid migration patterns, and production architecture — because choosing the right deployment model is the foundation for everything that follows.

ExaGuru — Oracle Cloud Training & Consulting
Exadata · ExaCC/ExaCS · OCI · Oracle DB Migration · Fusion ERP/HCM · Oracle Database 23ai & AI
Contact Us: +91-6394049607 · +91-9161111705
© 2026 ExaGuru. All rights reserved.