- 1Z0-082 has 72 questions, a 120-minute time limit, and requires 60% to pass.
- The exam is validated against Oracle Database 19c, so study material must match that version.
- Content spans 23 domains covering architecture, administration, and SQL - not just DBA tasks.
- 1Z0-082 is Step 1 of the Oracle Database Administration 2019 Certified Professional path, paired with 1Z0-083.
What 1Z0-082 Actually Tests
Oracle Database Administration I (1Z0-082) is administered by Oracle Corporation through Oracle University, and it is deliberately broad. Unlike exams that isolate a single skill, 1Z0-082 blends core database administration with substantial SQL coverage. That combination surprises candidates who assume it's purely a "DBA exam" - roughly half of the 23 domains are SQL-heavy, covering everything from joins to group functions to conversion functions.
This is the reason a generic study plan doesn't cut it. You need a plan that treats architecture and administration topics with the same seriousness as SQL syntax, because the exam does exactly that. Before diving into domain specifics, it helps to understand the full scope - our OCA Exam Domains 2026: Complete Guide to All 23 Content Areas breaks down every domain in detail if you want a companion reference alongside this guide.
The 23 Domains: What Deserves Your Attention
The exam blueprint groups content into 23 domains. Some are dense with tasks (like managing tablespaces and datafiles), while others test conceptual understanding you'll apply across the exam (like understanding Oracle Database architecture). Here is the full list as tested:
- Understanding Oracle Database Architecture
- Managing Users, Roles and Privileges
- Moving Data
- Accessing an Oracle Database with Oracle supplied Tools
- Managing Tablespaces and Datafiles
- Managing Database Instances
- Managing Storage
- Configuring Oracle Net Services
- Managing Undo
- Restricting and Sorting Data
- Displaying Data from Multiple Tables Using Joins
- Understanding Data Definition Language
- Managing Data in Different Time Zones
- Using Single-Row Functions to Customize Output
- Using Subqueries to Solve Queries
- Managing Sequences, Synonyms, Indexes
- Using Conversion Functions and Conditional Expressions
- Using SET Operators
- Managing Views
- Retrieving Data using the SQL SELECT Statement
- Reporting Aggregated Data Using Group Functions
- Managing Tables using DML statements
- Managing Schema Objects
If you're trying to gauge how much time this actually demands, read How Hard Is the OCA Exam? Complete Difficulty Guide 2026 for a domain-by-domain difficulty perspective before you build your schedule.
Understanding Oracle Database Architecture
This domain underpins nearly every administration question on the exam. You need to explain the relationship between instances, databases, memory structures, and background processes clearly enough to answer scenario-based questions, not just define terms.
- Memory structures: SGA components and PGA
- Background processes and their roles
- Physical vs. logical storage structures
Managing Database Instances
Startup and shutdown modes, parameter files, and instance-level configuration show up repeatedly. Candidates who skip this domain in favor of SQL practice often lose easy points here.
- Startup/shutdown states and their differences
- Initialization parameter files (static vs. dynamic parameters)
- Alert log and diagnostic destination basics
Exam Mechanics: Format, Scoring, and Logistics
1Z0-082 is a multiple-choice exam with 72 questions to complete in 120 minutes. That's roughly 100 seconds per question on average, though question difficulty varies enough that you'll want to move faster through recall-based SQL syntax questions and slower through scenario-based architecture or storage questions. A passing score is 60%.
Oracle recommends candidates have hands-on experience with Oracle Database, familiarity with database administration concepts, and solid SQL fundamentals before sitting the exam. This isn't a formal prerequisite gate, but it reflects the level of comfort the question style assumes. For a full breakdown of what "ready" looks like, see OCA Requirements 2026: Eligibility, Prerequisites & How to Qualify.
| Attribute | Detail |
|---|---|
| Exam code | 1Z0-082 |
| Number of questions | 72 |
| Time limit | 120 minutes |
| Passing score | 60% |
| Database version validated | Oracle Database 19c |
| Administered by | Oracle Corporation via Oracle University |
If pricing and registration mechanics factor into your planning, check OCA Certification Cost 2026: Complete Pricing Breakdown for the specifics before you book a testing slot. And if you're unsure exactly what score you need to hit and how it's calculated, OCA Passing Score 2026: Exactly What You Need to Pass walks through it directly.
Key Takeaway
Because the exam is validated against 19c specifically, always cross-check any SQL syntax or administration command against 19c documentation - behavior can differ across Oracle Database versions.
A Realistic Study Timeline
Rather than a generic weekly template, sequence your study around domain dependencies. Architecture concepts inform administration domains, and SQL fundamentals inform every SQL-related domain that follows. Study architecture and basic SQL retrieval first - everything else builds on them.
Foundations
- Understanding Oracle Database Architecture
- Managing Database Instances
- Retrieving Data using the SQL SELECT Statement
- Restricting and Sorting Data
Storage and Core SQL
- Managing Tablespaces and Datafiles
- Managing Storage
- Managing Undo
- Displaying Data from Multiple Tables Using Joins
- Using Single-Row Functions to Customize Output
Administration Depth
- Managing Users, Roles and Privileges
- Configuring Oracle Net Services
- Moving Data
- Accessing an Oracle Database with Oracle supplied Tools
Advanced SQL and Schema Objects
- Using Subqueries to Solve Queries
- Using SET Operators
- Managing Sequences, Synonyms, Indexes
- Managing Views
- Managing Schema Objects
- Reporting Aggregated Data Using Group Functions
- Using Conversion Functions and Conditional Expressions
- Managing Data in Different Time Zones
- Understanding Data Definition Language
- Managing Tables using DML statements
Use spaced repetition for command syntax (startup modes, parameter categories, DDL keywords) but reserve full timed practice sessions for the final two weeks so you get used to the 72-question, 120-minute pacing under real conditions. Our full OCA Study Guide 2026: How to Pass on Your First Attempt expands this timeline with more granular daily tasks if you want additional structure.
Domain-by-Domain Study Notes
Some domains reward memorization; others reward pattern recognition across scenarios. Knowing which is which changes how you study.
Managing Users, Roles and Privileges
Expect questions on the difference between object privileges and system privileges, how roles simplify privilege management, and how privilege grants propagate (or don't) through roles.
- GRANT/REVOKE syntax nuances
- Predefined roles and their intended use
- Password and profile management basics
Using Subqueries to Solve Queries
This is a classic SQL pain point: single-row vs. multi-row subqueries, correlated subqueries, and the difference between subqueries in the WHERE clause versus the FROM clause. Practice reading nested queries from the inside out.
- Single-row operators vs. multi-row operators (ANY, ALL, IN)
- Correlated subquery execution logic
- Subqueries in DML statements
Managing Tablespaces and Datafiles
Understand the relationship between tablespaces, datafiles, and segments, plus how to resize, add, or take datafiles offline. This domain frequently intersects with storage management questions.
- Locally managed vs. dictionary-managed tablespaces
- Bigfile vs. smallfile tablespaces
- Resizing and autoextend behavior
For a compact reference you can review the night before the exam, bookmark OCA Cheat Sheet 2026: One-Page Review of Must-Know Facts - it condenses syntax and concepts across all 23 domains into a single scan.
Where 1Z0-082 Fits in the Certified Professional Path
1Z0-082 is not a standalone credential on its own - it's Step 1 of the Oracle Database Administration 2019 Certified Professional path. Candidates can satisfy Step 1 with either 1Z0-082 or the newer Oracle Database 23ai Administration Associate credential, then move on to 1Z0-083 to complete the professional certification. Understanding this structure matters when you're deciding which exam code to register for and how it fits your longer-term certification plan.
Because the terminology around this path can get confusing (especially with similarly named credentials from other organizations), it's worth reading a plain explanation of the naming and structure in What Is OCA Certification? before you commit to a study plan or registration.
Common Mistakes That Cost Points
Most missed points on 1Z0-082 come from a handful of avoidable patterns rather than genuinely obscure content:
- Treating SQL domains as an afterthought. With joins, subqueries, group functions, SET operators, and conversion functions all tested separately, SQL coverage is too large to cram in the final week.
- Confusing architecture components across versions. Since the exam validates against 19c, double-check any memory structure or process name against 19c-specific documentation.
- Skipping timed practice. With 72 questions in 120 minutes, unpracticed pacing under time pressure is a common cause of unanswered questions at the end.
- Ignoring privilege and role mechanics. Managing Users, Roles and Privileges questions often hinge on precise GRANT/REVOKE behavior that's easy to misremember without practice.
Running full-length timed sets on our practice test platform is one of the most direct ways to convert domain knowledge into exam-day speed. Repeated exposure to the 72-question format on the practice site also helps you calibrate how much time to spend per question type before you sit the real exam.
FAQ
The exam has 72 multiple-choice questions to be completed within 120 minutes.
You need 60% to pass. See our passing score breakdown for how that translates to correct answers.
The exam is validated against Oracle Database 19c, so study materials and practice questions should reflect that version's behavior and syntax.
No. It's Step 1 of the Oracle Database Administration 2019 Certified Professional path, followed by 1Z0-083. You can alternatively satisfy Step 1 with the Oracle Database 23ai Administration Associate credential.
Oracle recommends experience with Oracle Database, database administration concepts, and SQL fundamentals, though this is guidance rather than a formal enrollment prerequisite.