Courseiva
Performance Tuning And DiagnosticsmediumMultiple ChoiceObjective-mapped

OCP Performance Tuning And Diagnostics Practice Question

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?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

DBMS_SQLTUNE.CREATE_SQLSET

DBMS_SQLTUNE.CREATE_SQLSET is the required procedure to initialize an STS container.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • DBMS_SQLTUNE.CREATE_SQLSET

    Why this is correct

    This creates the container to hold SQL statements.

  • DBMS_WORKLOAD_REPOSITORY.CREATE_SNAPSHOT

    Why it's wrong here

    This creates an AWR snapshot.

  • DBMS_SPM.CREATE_BASELINE

    Why it's wrong here

    This is for SQL Plan Baselines.

  • DBMS_STATS.CREATE_STAT_TABLE

    Why it's wrong here

    This creates a table for storing statistics.

About these practice questions

Courseiva writes every OCP question from scratch — 314 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official Oracle exam blueprint

This OCP practice question is part of Courseiva's free Oracle certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the OCP exam.