- "OCA" on this site refers specifically to exam 1Z0-082, Oracle Database Administration I, administered by Oracle University.
- The exam has 72 multiple-choice questions, a 120-minute time limit, and a 60% passing score, validated on Oracle Database 19c.
- 1Z0-082 covers 23 domains spanning architecture, security, SQL, storage, and networking - not just administration tasks.
- 1Z0-082 is Step 1 of the Oracle Database Administration 2019 Certified Professional path; Step 2 requires passing 1Z0-083.
What Is a OCA, Really?
If you've landed here searching "what is a OCA," you've probably seen the acronym used to describe several different technology and professional credentials across different industries. On this site, and in this article specifically, OCA refers to Oracle Database Administration I, exam 1Z0-082 - a proctored, multiple-choice exam administered by Oracle Corporation through Oracle University. It has nothing to do with unrelated credentials that happen to share the same three letters.
Here's the nuance that matters most: Oracle's own current documentation does not market 1Z0-082 as a standalone "OCA" badge. Historically, Oracle used Associate-level naming for early exams in a certification track, and 1Z0-082 grew out of that lineage. Today, Oracle frames 1Z0-082 as Step 1 of the Oracle Database Administration 2019 Certified Professional path. Passing it alone gets you partial credit toward that professional credential - it is not, by itself, a separate terminal certification. This site keeps the legacy "OCA" keyword because that's how many candidates still search for this exam, but every fact here is anchored to 1Z0-082 specifically.
For a deeper dive into how the terminology evolved, see our companion pieces What Is OCA?, OCA Meaning, and What Does OCA Stand For?, which unpack the naming history in more detail without repeating this exam's mechanics.
1Z0-082 Exam Format at a Glance
Before you plan any study schedule, you need the raw mechanics of the exam itself. Oracle keeps these details relatively stable across testing windows, but they're the foundation for every prep decision you'll make.
| Attribute | Detail |
|---|---|
| Exam Code | 1Z0-082 |
| Exam Title | Oracle Database Administration I |
| Question Count | 72 multiple-choice questions |
| Time Limit | 120 minutes |
| Passing Score | 60% |
| Database Version Validated | Oracle Database 19c |
| Administered By | Oracle Corporation via Oracle University |
| Recommended Background | Oracle Database experience, DBA concepts, SQL fundamentals |
That works out to roughly 100 seconds per question on average, though in practice some SQL-heavy questions take longer to parse than architecture-concept questions. For a full breakdown of what "passing" actually requires question-by-question, read our OCA Passing Score 2026 guide. If you're trying to gauge how tough this specific format feels in practice, How Hard Is the OCA Exam? walks through the difficulty in more depth.
Key Takeaway
72 questions in 120 minutes with no domain-by-domain time allocation from Oracle means you control your own pacing - practice under timed conditions so you're not rationing minutes during the real attempt.
The 23 Domains You're Actually Tested On
This is where 1Z0-082 differs sharply from a "database administration" exam in the colloquial sense. Oracle's official blueprint spans 23 domains, and a large share of them are pure SQL and data-manipulation skills rather than server administration. If you only study backup/recovery and instance management, you will miss a substantial portion of the exam.
The domains break into a few natural clusters:
Domain 1: Understanding Oracle Database Architecture
Candidates must know how memory structures, background processes, and storage structures fit together before touching any administrative task.
- Instance vs. database distinction
- Memory areas (SGA, PGA) and their roles
Domain 2: Managing Users, Roles and Privileges
Security administration is tested directly, including how privileges cascade and how roles simplify grant management.
- Creating and altering users
- System vs. object privileges
Domains 10, 11, 14, 15, 18, 20, 21: SQL Retrieval and Manipulation
Restricting and sorting data, joins across multiple tables, single-row functions, subqueries, SET operators, the SELECT statement itself, and group functions collectively make up one of the largest content blocks on the exam.
- Multi-table joins including outer joins
- Aggregate functions with GROUP BY and HAVING
- Subqueries used in WHERE, SELECT, and FROM clauses
Domains 5, 7, 9: Storage, Tablespaces, and Undo
These domains test how physical storage structures, tablespaces, datafiles, and undo management interact with day-to-day database operations.
- Creating and sizing tablespaces
- Understanding automatic undo management
Domains 6 and 8: Instances and Net Services
Managing database instances and configuring Oracle Net Services cover startup/shutdown sequencing and how clients actually connect to the database.
- Startup and shutdown modes
- Listener and naming method basics
Rounding out the blueprint are Domain 3 (Moving Data), Domain 4 (Accessing an Oracle Database with Oracle-supplied Tools), Domain 12 (Data Definition Language), Domain 13 (Managing Data in Different Time Zones), Domain 16 (Sequences, Synonyms, Indexes), Domain 17 (Conversion Functions and Conditional Expressions), Domain 19 (Managing Views), Domain 22 (DML statements), and Domain 23 (Managing Schema Objects). For a domain-by-domain study checklist, see the OCA Exam Domains 2026 guide, which maps every one of these 23 areas to specific study actions.
Where 1Z0-082 Fits in the Certification Path
Understanding the path matters because it changes how you plan your certification timeline and budget. Oracle's current structure for the Oracle Database Administration 2019 Certified Professional credential works like this:
- Step 1: Pass either 1Z0-082 (Oracle Database Administration I) or the newer Oracle Database 23ai Administration Associate exam.
- Step 2: Pass 1Z0-083 (Oracle Database Administration II).
This means 1Z0-082 is one of two accepted entry points, not a fixed single gateway. Candidates who prefer working against Oracle Database 19c-era content and SQL fundamentals often choose 1Z0-082, while those already working on the newer database release may prefer the 23ai Associate route. Either way, you still need to complete Step 2 to earn the professional credential - passing 1Z0-082 alone does not confer a final certification.
If you're weighing whether this two-step investment is worthwhile for your career, our Is the OCA Certification Worth It? analysis and OCA Certification Cost 2026 breakdown cover the financial side without importing figures from unrelated credentials. You can also review scheduling logistics in OCA Exam Dates 2026 before committing to a testing window.
Who Actually Pursues This Credential
1Z0-082 attracts a specific slice of the IT workforce: people who touch Oracle Database environments directly, or who need to prove SQL and administration fluency to move into that work. Typical candidate profiles include:
- Junior database administrators formalizing skills they've picked up on the job
- Application developers who write and tune SQL against Oracle Database and want administrative context
- Systems administrators transitioning into database-focused roles
- IT professionals pursuing the full Oracle Database Administration 2019 Certified Professional path as a career milestone
Because the domain list leans heavily on SQL (joins, subqueries, group functions, DDL, DML, views, sequences), candidates coming from a development background often find those sections familiar, while the architecture, storage, and Net Services domains require dedicated new study. The reverse is true for career DBAs who haven't recently practiced advanced SQL patterns like correlated subqueries or SET operators. Explore typical roles and responsibilities connected to this exam in OCA Jobs, and the earnings context in OCA Salary Guide 2026.
Mapping Your Prep to the Domains
Generic study advice doesn't help much here - what matters is sequencing your review so SQL-heavy domains and architecture-heavy domains don't collide in the same week. A practical structure looks like this:
Architecture and Instance Foundations
- Domain 1: Understanding Oracle Database Architecture
- Domain 6: Managing Database Instances
- Domain 5, 7, 9: Tablespaces, Storage, Undo
Security, Access, and Data Movement
- Domain 2: Managing Users, Roles and Privileges
- Domain 3: Moving Data
- Domain 4: Oracle-supplied Tools
- Domain 8: Configuring Oracle Net Services
Core SQL Retrieval
- Domain 20: Retrieving Data using SELECT
- Domain 10: Restricting and Sorting Data
- Domain 11: Joins Across Multiple Tables
- Domain 21: Group Functions
Advanced SQL and Schema Objects
- Domain 15: Subqueries
- Domain 18: SET Operators
- Domain 12, 22, 23: DDL, DML, Schema Objects
- Domain 16, 17, 19: Sequences/Synonyms/Indexes, Conversion Functions, Views
- Domain 13: Time Zones
Notice the sequencing logic: administration concepts front-load the schedule because SQL syntax builds cumulatively and benefits from consistent daily practice closer to your test date. For a more detailed week-by-week plan with practice-question benchmarks, see the OCA Study Guide 2026. Running timed drills on our practice test platform during weeks 5 through 8 is particularly useful since that's when question phrasing and trick-answer patterns become the real challenge, not just recall.
Key Takeaway
Schedule SQL-heavy domains (10, 11, 15, 18, 20, 21) in the final third of your prep window - they benefit most from fresh, repeated practice right before the exam.
Once you've cycled through all 23 domains at least once, spend remaining time on full-length timed simulations via the practice test site rather than re-reading notes. A one-page reference like the OCA Cheat Sheet 2026 is useful for last-minute review of syntax you might otherwise second-guess, such as join types or DATE arithmetic across time zones.
Frequently Asked Questions
Not exactly. 1Z0-082 is Step 1 of Oracle's Database Administration 2019 Certified Professional path. It is not issued as a standalone certification on its own under Oracle's current structure - you also need to pass 1Z0-083 to complete the credential.
The exam has 72 multiple-choice questions with a 120-minute time limit, and you need a score of 60% to pass.
The exam is validated against Oracle Database 19c, so your hands-on practice environment should match that version where possible.
Yes, in a sense. Oracle's current path accepts either 1Z0-082 or the Oracle Database 23ai Administration Associate exam as the Step 1 requirement, followed by 1Z0-083 for Step 2.
Oracle recommends experience with Oracle Database, database administration concepts, and SQL fundamentals, though there's no mandatory prerequisite course. See OCA Requirements 2026 for the full eligibility picture.