Courseiva

OCP · domain

Performance Tuning And Diagnostics

Practise Oracle Database 23ai Administrator Professional (OCP, 1Z0-183) (OCP) Performance Tuning And Diagnostics practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

62 questions15 easy25 medium22 hard

Focused practice

Practice Performance Tuning And Diagnostics questions

Scored sessions drawing only from this domain — pick a length below.

Start 20-question practice test →

What this domain covers

What to know about Performance Tuning And Diagnostics

Performance Tuning And Diagnostics questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Watch out for

Common Performance Tuning And Diagnostics exam traps

  • Answering from memory before reading the full scenario.
  • Missing a constraint such as cost, availability, security, scope or command context.
  • Choosing a broad answer when the question asks for the most specific fix.
  • Ignoring why the wrong options are tempting.

Question index

All Performance Tuning And Diagnostics questions (62)

Click any question to see the full explanation, or start a practice session above.

1

When reviewing an AWR report, you notice a high value for 'db time'. What does this indicate?

Medium
2

Which THREE factors influence the optimizer's choice of an execution plan?

Hard
3

Which TWO views can be used to monitor current session performance?

Medium
4

When running the SQL Tuning Advisor, what does the 'Accept' action do?

Medium
5

Which background process is responsible for capturing AWR snapshots?

Easy
6

Which of these is the most effective way to address performance issues caused by suboptimal plans?

Easy
7

Which parameter controls the frequency of AWR snapshot collection?

Easy
8

When using the SQL Tuning Advisor to analyze a SQL statement, which THREE types of recommendations can it provide to improve performance?

Hard
9

Which TWO components are essential for the operation of the Automatic Database Diagnostic Monitor (ADDM)?

Medium
10

Which THREE items are required for the Automatic SQL Plan Management to effectively stabilize plans?

Hard
11

Which THREE pieces of information can be found in a SQL Tuning Advisor report?

Hard
12

You have a high volume of parse time in your database. What could be the cause?

Hard
13

You are using SQL Plan Management. What happens when a new execution plan is discovered for a SQL statement that already has a baseline?

Medium
14

You want to capture a specific set of SQL statements and their execution plans to baseline them. Which package allows you to capture plans from the cursor cache?

Medium
15

What is the purpose of the 'ASH' report?

Easy
16

You notice that Automatic SQL Plan Management is not evolving your plans as expected. What is the most likely cause?

Hard
17

You have a query that is being incorrectly optimized because the statistics are not representative of the actual data distribution. What is the best method to handle this without changing the global statistics?

Hard
18

Which feature allows you to capture SQL statements from the cursor cache and load them into a SQL Tuning Set?

Hard
19

What does the 'Elapsed Time' in a SQL statement represent?

Medium
20

Which advisor should you run to determine if your SGA and PGA memory settings are optimal?

Medium
21

An ADDM report suggests increasing the library cache size. What is the most appropriate action?

Medium
22

A production database experiences a sudden performance degradation. You want to analyze the last 10 minutes of activity to pinpoint blocked sessions. Which approach is best?

Medium
23

Which THREE of the following are components of the Oracle performance tuning lifecycle?

Medium
24

You need to capture a specific set of SQL statements that are causing high CPU usage for later tuning. Which tool allows you to group these statements and transport them across different database environments?

Hard
25

What does the 'SQL ID' in an Oracle database represent?

Easy
26

You notice that a specific query is performing very slowly due to excessive 'direct path read' waits. What is the most likely cause?

Hard
27

You need to determine why a particular session is experiencing high 'db file sequential read' waits. Which view provides the most detailed information about the specific blocks being read?

Hard
28

Which procedure in the DBMS_SPM package is used to evolve a SQL plan baseline?

Medium
29

You have a query that is using a nested loops join, but it should be using a hash join. The optimizer statistics are correct. How can you force a hash join without changing the SQL text?

Hard
30

You are performing a SQL tuning exercise. How do you create a SQL Tuning Set (STS) to be used as input for the SQL Tuning Advisor?

Medium
31

You need to identify the top SQL statements consuming the most CPU resources in an Oracle 23ai database over the last hour. Which tool provides the most direct analysis of this performance issue?

Easy
32

A critical application query is experiencing performance issues due to stale optimizer statistics. You want to use the Optimizer Statistics Advisor to identify the root cause. Which action must you perform to trigger the advisor?

Hard
33

You are seeing 'enq: TX - row lock contention' in your performance reports. What does this mean?

Hard
34

You are analyzing an AWR report and notice a high value for 'db file scattered read'. What is the most likely cause of this wait event?

Medium
35

Which TWO of these are common sources of performance degradation?

Medium
36

Which of the following is true regarding SQL Plan Baselines?

Hard
37

In which view can you find information about the current SQL Plan Baselines?

Easy
38

You observe a significant performance regression after a database upgrade. You suspect that the optimizer has chosen a suboptimal execution plan. Which component of SQL Plan Management should you use to ensure the database only uses known, verified execution plans?

Medium
39

You have a query that is performing poorly due to a stale execution plan. You want to lock the current optimal plan to prevent the optimizer from changing it during subsequent runs. What should you do?

Hard
40

Which TWO types of reports are most useful for diagnosing long-term database performance trends?

Easy
41

Which component of the Oracle Database uses the Automatic Diagnostic Repository (ADR) to store critical errors and performance incidents?

Easy
42

Which report provides a summary of SQL statements that have the highest 'Elapsed Time'?

Easy
43

An administrator has been tasked with reducing the overhead of AWR snapshot collection. What is the most effective way to modify the snapshot interval?

Easy
44

How can you view the recommendations made by the Automatic Database Diagnostic Monitor (ADDM)?

Medium
45

An administrator needs to identify the top wait events causing performance degradation in the database over the last hour. Which tool provides the most granular, session-level view of these wait events?

Easy
46

Which THREE actions can you take to improve execution plan stability?

Hard
47

An application is experiencing high library cache lock contention. Which view is best suited to investigate this specific wait event?

Hard
48

When using SQL Tuning Advisor, what is a 'SQL Tuning Set' (STS)?

Medium
49

Which view displays the current settings for the AWR retention period?

Easy
50

You are tuning a complex SQL statement. You want to see the execution plan that the optimizer is currently choosing. Which dynamic performance view is most useful?

Medium
51

To improve performance, you suspect an index is missing. Which advisor should you invoke to get recommendations for new indexes?

Hard
52

The Automatic SQL Plan Management (ASPM) feature is enabled. A new execution plan is identified for a high-load query that performs better during testing. How does the database verify this plan before evolving the baseline?

Hard
53

Which TWO methods can be used to tune SQL statements?

Medium
54

Which THREE of the following are valid components or features of the Automatic SQL Tuning process in Oracle 23ai?

Medium
55

You are tuning a query that is performing poorly due to high 'buffer busy waits'. What is the likely cause?

Hard
56

What is the primary benefit of using a SQL Profile?

Medium
57

Which THREE types of information are captured in an AWR snapshot?

Hard
58

What is the primary function of ADDM in Oracle Database 23ai?

Easy
59

What is the result of setting STATISTICS_LEVEL to 'BASIC'?

Easy
60

An application query is failing to use a newly created index. You suspect the optimizer statistics are inaccurate. Which package should you use to gather statistics for this specific table?

Medium
61

You are analyzing a query with the SQL Tuning Advisor. The advisor recommends an 'SQL Profile'. What does the profile actually do?

Medium
62

You are investigating high CPU utilization in the database. Which view provides the top SQL statements currently in memory based on CPU usage?

Medium

Frequently asked questions

What does the Performance Tuning And Diagnostics domain cover on the OCP exam?
Performance Tuning And Diagnostics questions test whether you can apply the concept in context, not just recognise a definition.
How many questions are in this domain?
This page lists all 62 Performance Tuning And Diagnostics questions in the OCP question bank. The actual exam draws from this domain proportionally to its weighting in the official exam blueprint.
What is the best way to practise this domain?
Start with a short focused session (10 questions) to identify gaps, then work through explanations. Repeat with a longer session once the weak areas feel solid.
Can I practise only Performance Tuning And Diagnostics questions?
Yes — the session launcher on this page filters questions to this domain only. Choose any session length for inline explanations and scoring.
oracle-dbocp ORACLE-DBOCP performance tuning and diagnostics Practice Questions