What is the OCI Architect Professional certification?
The Oracle Cloud Infrastructure Architect Professional (1Z0-997-25) is the advanced tier of Oracle’s cloud architect certification track, sitting above the OCI Architect Associate and below the Oracle Cloud Distinguished Architect designation. Where the Associate exam validates foundational OCI service knowledge — the ability to provision compute, storage, networking, and database resources and to explain how core OCI services work — the Professional exam tests the ability to design production-grade architectures that meet real enterprise requirements: high availability across fault domains and availability domains, disaster recovery to a secondary region with defined RPO and RTO targets, enterprise-grade network connectivity from on-premises data centers via FastConnect and VPN, security controls that satisfy regulated industry requirements, and observability solutions that provide actionable insight into system health and performance at scale.
Oracle Cloud Infrastructure has grown substantially as a competitive force in enterprise cloud since 2023. Three factors drive OCI adoption in 2026. First, Oracle’s pricing model: OCI consistently offers compute, networking egress, and storage at rates materially below AWS and Azure for equivalent workloads — a meaningful advantage for Oracle database workloads where licensing costs are already high. Second, Oracle Autonomous Database and Oracle Exadata Cloud Service provide capabilities for Oracle-centric enterprises (banks, insurers, telcos, and manufacturing companies running ERP systems) that no other cloud provider can replicate. Third, Oracle’s Distributed Cloud offering — which extends OCI to dedicated regions, sovereign cloud deployments, and on-premises Dedicated Region Cloud at Customer installations — gives regulated industries and government entities the data residency and sovereignty guarantees that public multi-tenant cloud cannot provide.
The result is a growing market of enterprise OCI deployments that need architects who can design beyond the basics. OCI Architect Professional is the certification that validates this capability. It is required or strongly preferred for Oracle Cloud Architect roles at system integrators (Accenture, Deloitte, Capgemini, and Infosys all have dedicated OCI practices), for senior roles at Oracle itself (Cloud Solution Architect, Technology Architect), and for cloud architects at enterprises standardizing on OCI for Oracle workload migration. The credential also satisfies internal competency requirements at Oracle partner organizations pursuing Oracle CloudWorld recognition and OCI Competency designations.
Exam format, prerequisites, and cost
The OCI Architect Professional exam (1Z0-997-25) is a proctored online or testing center exam containing 60 questions in a 90-minute window. Questions are multiple choice with a single correct answer. The passing score is 65% (39 of 60 questions correct). The exam fee is $245 USD. Candidates who do not pass may retake after 14 days; there is no limit on retake attempts, but each retake requires payment of the full exam fee.
Oracle does not mandate a formal prerequisite for the Professional exam, but the exam content assumes working familiarity with OCI at the Associate level. Candidates who attempt the Professional exam without Associate-level knowledge consistently report that the scenario complexity and networking depth require foundational understanding of OCI service architecture that the Professional exam does not teach — it tests application, not recollection. Oracle’s recommended path is to earn OCI Architect Associate (1Z0-1072-25) before attempting Professional. The Professional certification is valid for two years from the date of passing; recertification requires passing the current version of the Professional exam before the expiration date.
| Domain | Weight |
|---|---|
| 1. Architecting Solutions | ~30% |
| 2. Network Architecture | ~23% |
| 3. Security Architecture | ~20% |
| 4. Observability and Management | ~15% |
| 5. Migration and Disaster Recovery | ~12% |
Domain 1: Architecting Solutions — ~30%
The largest and most scenario-heavy domain tests the ability to select the right combination of OCI services to meet defined technical requirements: availability, performance, cost, compliance, and integration with existing systems. The most heavily tested architectural patterns are multi-AD (Availability Domain) deployments — distributing workloads across OCI’s independent fault isolation boundaries to eliminate single points of failure. Candidates must understand the hierarchy of OCI fault isolation: fault domains (physical groupings of hardware within an AD that protect against hardware failure), availability domains (independent data centers within a region with redundant networking between them), and regions (geographically separate deployments for disaster recovery and data residency). Designing for three-fault-domain coverage within a single AD provides protection against rack-level failures; spanning multiple ADs (available in regions with three ADs, like Ashburn, Frankfurt, and Tokyo) provides protection against data center-level failures.
Compute architecture decisions are a major topic: when to use VM instances vs. Bare Metal instances (BM instances provide dedicated host resources with no hypervisor overhead — optimal for database and high-performance computing workloads; VM instances provide the elasticity of shared infrastructure with smaller instance shapes), when to use instance pools with autoscaling policies vs. manually managed instance configurations, and how Oracle Container Engine for Kubernetes (OKE) and Oracle Functions (serverless) fit architectural decisions for containerized and event-driven workloads. Database architecture is equally prominent: candidates must understand when to use Autonomous Database (self-tuning, self-patching, shared or dedicated Exadata infrastructure) vs. Database Cloud Service (DCS, with manual DBA control) vs. MySQL HeatWave (MySQL-compatible with in-memory analytics acceleration) vs. NoSQL Database Cloud Service for document and key-value workloads, and how to size and shape each for the workload profile described in the scenario.
Domain 2: Network Architecture — ~23%
Network architecture is the most technically demanding domain for most candidates, because OCI networking has considerable depth and the Professional exam expects design-level fluency. Candidates must be able to design hub-and-spoke network topologies using Dynamic Routing Gateways (DRGs) — the OCI equivalent of a transit gateway, connecting multiple VCNs to a shared hub VCN that provides centralized egress, firewall inspection, and on-premises connectivity. DRG v2 (the current generation) supports up to 300 VCN attachments and can peer VCNs across regions through the OCI backbone, enabling global hub-and-spoke designs that span multiple OCI regions without routing traffic over the public internet.
Hybrid connectivity architecture is a core Professional topic: the differences between FastConnect (dedicated, private network connectivity from on-premises to OCI via a colocation provider or a FastConnect partner, with bandwidth options from 1 Gbps to 10 Gbps and predictable low latency) and Site-to-Site VPN (IPsec tunnels over the public internet, suitable for lower-bandwidth or backup connectivity), and when to use FastConnect with BGP routing for automated failover vs. static routes. The exam tests multi-cloud network design: Oracle Interconnect for Microsoft Azure (a dedicated low-latency link between OCI and Azure data centers in specific regions, used for organizations running Oracle databases on OCI alongside Azure application workloads) and the network architecture for Oracle Dedicated Region Cloud at Customer (an OCI region deployed inside a customer data center, which requires physical network integration with the customer’s existing campus and WAN infrastructure).
Load balancer architecture is tested in depth: OCI Load Balancer (Layer 7, HTTP/HTTPS-aware, with path-based routing, SSL termination, and health checks) vs. OCI Network Load Balancer (Layer 4, ultra-low latency for TCP/UDP traffic, preserves source IP, used for firewall appliances, gaming, and financial trading applications) vs. OCI DNS Traffic Management (global traffic steering at the DNS layer, supporting geolocation routing, load-based routing, and failover across regions). Candidates must select the right load balancing tier for the given scenario requirements and understand how to chain them (an NLB in front of a firewall appliance cluster, with an LB behind it for application-layer distribution) for defense-in-depth network architectures.
Domain 3: Security Architecture — ~20%
Security architecture tests the design of defense-in-depth OCI environments that satisfy enterprise and regulated industry requirements. The foundational OCI security model starts with compartments — the logical boundaries used to isolate resources, apply policies, and delegate administration. Designing a compartment hierarchy (root compartment for organization-wide policies, environment-level compartments for production, staging, and development, project-level compartments for workload isolation) is the first security architecture decision in any OCI environment. Candidates must understand how IAM policies are evaluated against compartment hierarchies (a policy at the tenancy level applies to all compartments; a policy at a compartment level applies to that compartment and all sub-compartments), how to use groups and dynamic groups (groups whose membership is defined by resource attributes rather than by manual user assignment — used to grant OCI instances permission to call OCI APIs without embedding credentials), and how instance principals allow OCI instances to authenticate to OCI services using their identity rather than API keys stored in configuration files.
OCI Vault (key management and secrets management) is a heavily tested Professional topic: the difference between software-protected keys (encrypted and stored in OCI Vault, protected by a master encryption key backed by a hardware-based FIPS 140-2 Level 3 HSM) and HSM-protected keys (private key material never leaves the HSM partition in clear text, required for PCI DSS, FedRAMP, and regulated healthcare workloads), and how to use Vault to manage encryption keys for Block Volume encryption, Object Storage server-side encryption, and application-level encryption. OCI Web Application Firewall (WAF) architecture — deploying WAF as a managed service in front of OCI Load Balancer to protect against OWASP Top 10 attacks, bot traffic, and DDoS at Layer 7 — is tested alongside OCI DDoS Protection (always-on volumetric DDoS protection for all OCI public endpoints) and Cloud Guard (a posture management service that continuously monitors the OCI tenancy for security configuration issues, detects risky activity via detector recipes, and responds via responder recipes that can automatically remediate common misconfigurations).
Domain 4: Observability and Management — ~15%
Observability architecture validates the ability to design monitoring, logging, and alerting solutions that provide actionable insight into OCI workloads at enterprise scale. The OCI observability stack is built around four integrated services: Monitoring (time-series metrics for all OCI services, with alarms that trigger notifications or auto-scaling actions when metrics cross defined thresholds), Logging (centralized log collection from OCI services, custom applications, and on-premises sources through the Unified Monitoring Agent), Logging Analytics (log parsing, enrichment, and correlation powered by Oracle’s machine learning-backed log intelligence engine, used for security investigations, performance analysis, and compliance reporting), and Application Performance Monitoring (APM) (distributed tracing and synthetic monitoring for application-level visibility into latency, error rates, and transaction flows across microservices).
The Professional exam tests architectural decisions within this stack: when to use Monitoring alarms vs. Events service triggers (Events reacts to OCI resource state changes — an instance being terminated, a bucket becoming public, a policy being modified — where Monitoring alarms react to metric threshold crossings); how to route logs from Logging to Object Storage (for long-term archival and compliance), to Streaming (OCI’s managed Kafka-compatible service, for real-time log processing pipelines), or to a third-party SIEM (Splunk, Datadog, Elastic) via the Logging service connector; and how to design Operations Insights configurations for database performance management that surface SQL performance regressions, resource utilization forecasts, and capacity planning recommendations for Autonomous Database and Database Cloud Service deployments at scale.
Domain 5: Migration and Disaster Recovery — ~12%
Migration and disaster recovery tests the design of strategies for moving workloads to OCI and for ensuring business continuity when failures occur. Migration patterns are evaluated against workload characteristics: lift-and-shift migration (moving existing VMs to OCI compute with minimal modification, using Oracle Cloud Migrations to discover, assess, and replicate on-premises VMware workloads to OCI VM instances), re-platform migration (moving a workload to a managed OCI service that eliminates operational overhead without rewriting the application, such as migrating a self-managed MySQL database to MySQL HeatWave or moving on-premises Oracle Database to Autonomous Database), and re-architect migration (redesigning a monolithic application as a cloud-native set of containerized microservices on OKE, with managed services replacing self-managed infrastructure components). Candidates must assess migration complexity, risk, and required downtime for each approach and recommend the appropriate pattern for the described workload.
Disaster recovery architecture is the second major topic: designing for defined Recovery Point Objective (RPO) and Recovery Time Objective (RTO) targets using OCI services. The four DR strategies on OCI map to different RPO/RTO targets and cost profiles: backup and restore (lowest cost, highest RPO/RTO — backups to Object Storage in a secondary region, restored manually on failure), pilot light (minimal secondary environment with replicated data but no running compute — compute is started on failover), warm standby (scaled-down secondary environment actively serving traffic or ready to serve within minutes), and active-active (both regions serving production traffic simultaneously, with global load balancing routing requests to the healthy region on failure — lowest RPO/RTO, highest cost). Full Stack Disaster Recovery (FSS), Oracle’s managed DR orchestration service, automates failover and failback across OCI regions by executing user-defined DR plans that sequence compute, database, networking, and DNS changes in the correct order — reducing manual failover execution time from hours to minutes.
OCI Architect Professional vs. Associate: what changes
OCI Architect Associate (1Z0-1072-25)
Focus: Core OCI services and their basic configuration — VCN networking, compute shapes, block and object storage, IAM fundamentals, and basic database provisioning. Exam: 60 questions, 90 minutes, $245 USD, 65% pass score. Validates: Can provision and manage OCI resources; understands how individual OCI services work and how they connect. Best for: Cloud engineers and administrators who deploy and manage OCI workloads under architectural guidance.
OCI Architect Professional (1Z0-997-25)
Focus: Multi-service, multi-region architectural design for production enterprise requirements — high availability, disaster recovery, enterprise networking (FastConnect, DRG), security posture management (Cloud Guard, Vault, WAF), observability at scale, and migration strategy. Exam: 60 questions, 90 minutes, $245 USD, 65% pass score. Validates: Can design complete OCI solutions that meet defined reliability, security, performance, and compliance requirements. Best for: Cloud architects, solutions architects, and senior cloud engineers who own architectural decisions for OCI environments.
AWS Solutions Architect Professional (SAP-C02)
Focus: Complex AWS multi-account organizational architectures, hybrid and multi-cloud connectivity, advanced cost optimization, and AWS-native design patterns for enterprise workloads. Exam: 75 questions, 180 minutes, $300 USD, 750/1000 pass score. Compared to OCI Professional: AWS Professional is significantly longer and covers a larger service breadth due to AWS’s larger service catalog. OCI Professional goes deeper on Oracle-specific services (Autonomous Database, Exadata) and Oracle-to-cloud migration patterns. Holding both is valuable for organizations running hybrid Oracle-AWS environments.
Key topics to master for OCI Architect Professional
Why OCI Architect Professional demand is growing in 2026
Three market dynamics are creating sustained demand for OCI Architect Professional-certified practitioners. The first is the Oracle Cloud lift acceleration in enterprise and public sector accounts. Oracle’s sales motion has shifted from selling cloud services individually to selling Oracle Cloud Infrastructure as the platform for running Oracle applications — E-Business Suite, PeopleSoft, JD Edwards, Siebel, and Fusion Applications — on infrastructure Oracle controls end-to-end. Large Oracle ERP customers who were previously resistant to cloud migration are now migrating under Oracle’s Bring Your Own License (BYOL) and Unlimited License Agreements (ULA) cloud conversion programs, which reduce total licensing cost when running Oracle Database on OCI compared to other cloud providers. This wave of ERP and database migration is generating strong demand for architects who can design the target OCI environment to meet enterprise reliability, security, and performance requirements.
The second driver is OCI Distributed Cloud adoption in regulated industries. Oracle’s Dedicated Region Cloud at Customer brings the full OCI service catalog — including Autonomous Database, Kubernetes Engine, and the complete IAM and security services — into a customer-controlled data center. This meets data sovereignty requirements in the European Union under GDPR and national cloud mandates, in the Middle East and Africa under regional data localization laws, and in the US defense and intelligence sector under FedRAMP High and IL4/IL5 requirements. Each Dedicated Region deployment requires architectural expertise to integrate OCI networking with the customer’s existing data center network, configure identity federation with enterprise Active Directory, and design the monitoring and operations model for a cloud region that the customer’s own staff must partially operate. OCI Architect Professional is the credential that validates this design capability.
The third driver is Oracle’s AI Infrastructure buildout. Oracle signed GPU capacity agreements worth over $100 billion in 2025 and built out AI training regions with densely packed NVIDIA H100 and H200 GPU clusters interconnected by RDMA over Converged Ethernet (RoCE) fabric. OCI is now the preferred infrastructure for large AI training runs for organizations that cannot access GPU capacity from AWS or Azure due to queue depth or pricing constraints. Designing OCI GPU cluster network architecture — the OCI Compute bare metal GPU instances, the cluster networking RDMA fabric, Object Storage for training data, and the Kubernetes-based job scheduling via OKE — is an emerging specialty for OCI architects. The Professional certification establishes the architectural foundation for this specialized domain.
OCI Architect Professional is the credential that signals you can design a complete enterprise OCI environment — not just deploy services, but architect the networking, security, observability, and resilience that production Oracle Cloud workloads require at scale.
Salary impact and career outcomes
Oracle Cloud architects with OCI Architect Professional earn median base salaries of $110,000 to $135,000 in North American markets in 2026. Senior OCI architects at large systems integrators (Accenture, Deloitte, TCS, and Infosys OCI practices) reach $130,000 to $155,000. Principal Cloud Architects and OCI Solution Architects at Oracle itself — whose compensation includes Oracle stock and bonus on top of base — reach $150,000 to $185,000 total compensation. OCI Architect Professional combined with expertise in Oracle Database (DBA background with Oracle DBA certification) commands a premium of 15–20% above OCI-only profiles, because the intersection of deep Oracle workload knowledge and cloud architecture skill is relatively rare and directly maps to the large Oracle ERP migration market.
The job titles most associated with OCI Architect Professional in 2026 postings include: Oracle Cloud Solution Architect, OCI Cloud Architect, Senior Cloud Engineer (OCI), Oracle Technology Architect, Cloud Migration Architect, and Principal Cloud Infrastructure Architect. The strongest hiring markets are: large system integrators with Oracle Cloud Competency designations (driven by customer project demand), Oracle itself (rapid OCI practice expansion), financial services firms migrating Oracle ERP and banking platforms to OCI, telecommunications companies using OCI for 5G network function virtualization workloads, and defense contractors deploying OCI Dedicated Region for US government compliance.
Who should pursue OCI Architect Professional in 2026
Study approach and resources
Oracle publishes the official 1Z0-997-25 Exam Topics page on Oracle University (education.oracle.com), which lists each domain, objective, and sub-objective tested on the Professional exam. Treating this document as the study framework — assessing competency against each objective, studying gaps, and returning to verify understanding — is more efficient than working through training material linearly without a gap analysis. The official Oracle Cloud Infrastructure Architect Professional study guide covers all five domains with OCI-specific scenarios and is the primary textbook for most candidates.
For hands-on preparation, Oracle Free Tier provides a permanent Always Free tier that includes two AMD Compute instances, 200 GB of block storage, 10 GB of Object Storage, one Autonomous Database (shared, 20 GB), and other services — sufficient for practicing VCN configuration, Security List and NSG rules, IAM policy writing, and Object Storage lifecycle management. The Free Tier does not include FastConnect, Dedicated VM Hosts, or the GPU compute shapes tested on the Professional exam — for those, Oracle’s 30-day Free Trial (with a $300 credit) allows broader service exploration. Oracle also offers a free OCI Architecture Center with reference architectures for the most common OCI deployment patterns — studying these architectures and understanding why each design choice was made is excellent Professional exam preparation because the exam scenarios mirror real OCI reference architecture patterns.
The most commonly missed OCI Architect Professional topics are DRG v2 transit routing (candidates understand that DRG connects VCNs but cannot design the route table configuration for a hub-and-spoke topology with centralized egress), Full Stack Disaster Recovery plan design (candidates know FSS exists but cannot describe how DR plan members are sequenced or how database failover integrates), and Security Zone policy enforcement (candidates understand Cloud Guard but cannot explain how Security Zone recipes prevent non-compliant resource creation at the compartment level). Allocating focused study time to these three topics resolves the gaps that most commonly separate near-miss scores from passing scores on the Professional exam.
Oracle University offers instructor-led, live virtual, and self-paced training for the OCI Architect Professional exam on education.oracle.com. The Oracle Cloud Infrastructure Architect Professional learning path bundles the relevant training modules and maps them to exam objectives. Oracle also runs periodic Oracle CloudWorld sessions with deep-dive architecture workshops that cover the multi-region, hybrid, and AI infrastructure topics tested on the Professional exam. Oracle’s Practice Exam for 1Z0-997-25 (available for purchase through Oracle University) provides the most representative sample of the scenario complexity and answer choices that appear on the actual exam — candidates who complete the practice exam report it accurately reflects the real exam’s difficulty calibration.
Build OCI fundamentals with CertQuests free practice questions.
OCI Architect Practice Questions →