Courseiva

Oracle Database 23ai Administrator Professional (OCP, 1Z0-183) (OCP) (OCP) — Questions 301314

314 questions total · 5pages · All types, answers revealed

Page 4

Page 5 of 5

301
MCQhard

In 23ai, if you want to audit 'CREATE TABLE' statements, which policy type should you use?

A.Unified Audit Policy
B.Fine-Grained Auditing (FGA)
C.Logon Trigger
D.Traditional Audit
AnswerA

This is the standard approach for system actions.

Why this answer

A Unified Audit Policy for system events or actions is used.

302
MCQeasy

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

A.To capture SQL execution plans
B.To migrate data between instances
C.To identify performance bottlenecks and provide recommendations
D.To automatically tune individual SQL statements
AnswerC

This is the core purpose of ADDM.

Why this answer

ADDM analyzes AWR snapshots to identify performance bottlenecks and provide recommendations.

303
MCQeasy

Which of these is a benefit of using JSON Duality Views?

A.Mandatory schema changes
B.Improved backup speeds
C.Increased storage size
D.Unified JSON and relational access
AnswerD

This is the primary benefit.

Why this answer

It allows developers to work with JSON while maintaining relational data integrity.

304
MCQmedium

You want to perform a point-in-time recovery to a specific timestamp. Which RMAN command is used to set the target time?

A.FLASHBACK DATABASE TO TIME '2023-10-10:10:00:00'
B.SET TIME '2023-10-10 10:00:00'
C.RECOVER DATABASE TO '2023-10-10:10:00:00'
D.SET UNTIL TIME '2023-10-10:10:00:00'
AnswerD

This is the correct syntax for point-in-time recovery.

Why this answer

SET UNTIL TIME is the standard way to define the recovery point.

305
MCQeasy

What is the main benefit of JSON Duality Views?

A.Simplified data access
B.Automatic translation
C.Lower licensing costs
D.Faster storage
AnswerA

The primary benefit.

Why this answer

It provides a bidirectional view of the data, both as JSON and as relational rows.

306
MCQeasy

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

A.It increases CPU overhead
B.It enables SQL Tuning Advisor
C.It disables AWR and ADDM
D.It enables all features
AnswerC

BASIC level turns off most automated diagnostic tools.

Why this answer

Setting it to BASIC disables many diagnostic features, including AWR and ADDM.

307
MCQeasy

What is the purpose of the 'REPORT OBSOLETE' command?

A.To list backups that exceed the retention policy.
B.To identify corrupted backups.
C.To show the status of the FRA.
D.To delete old backups.
AnswerA

It lists them but does not delete them.

Why this answer

It identifies backups that are no longer needed based on the retention policy.

308
Multi-Selectmedium

Which THREE steps are required for a manual TDE configuration?

Select 3 answers
A.Create the keystore
B.Rebuild all tables
C.Encrypt the entire database
D.Set WALLET_LOCATION
E.Open the wallet
AnswersA, D, E

Required step.

Why this answer

Setting the location, creating the wallet, and opening the wallet are the required steps.

309
MCQmedium

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?

A.DBMS_SQLTUNE
B.DBMS_UTILITY
C.DBMS_STATS.GATHER_TABLE_STATS
D.DBMS_ADVISOR
AnswerC

This is the correct procedure for gathering table statistics.

Why this answer

DBMS_STATS is the standard package for managing optimizer statistics.

310
Multi-Selecthard

Which THREE components are involved in TDE master key management?

Select 3 answers
A.User profile
B.Oracle Wallet
C.Database Instance
D.Master Encryption Key
E.Audit policy
AnswersB, C, D

Stores the master key.

Why this answer

The keystore, the master key, and the database instance itself are the components.

311
Multi-Selecteasy

Which TWO are common audit types in Oracle?

Select 2 answers
A.Tablespace Auditing
B.Instance Auditing
C.Unified Auditing
D.Standard Auditing
E.Flashback Auditing
AnswersC, D

The current, recommended audit method.

Why this answer

Standard and Unified auditing are the two primary types.

312
MCQmedium

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

A.It updates the table statistics
B.It creates a new index
C.It adds optimizer hints and cardinality adjustments
D.It rewrites the SQL query
AnswerC

Profiles guide the optimizer to better choices.

Why this answer

A SQL Profile provides additional optimizer hints and statistics corrections.

313
MCQmedium

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

A.V$SQLAREA
B.V$SESSION
C.V$SYSSTAT
D.V$LIBRARYCACHE
AnswerA

This view has CPU_TIME and EXECUTIONS columns to identify heavy SQL.

Why this answer

V$SQLAREA contains aggregated statistics for SQL statements in the library cache, including CPU_TIME.

314
MCQmedium

You want to clear all configured RMAN settings back to their default values. Which command do you use?

A.CONFIGURE [parameter] CLEAR
B.DELETE CONFIGURATION
C.RESET ALL
D.CONFIGURE ALL CLEAR
AnswerA

This resets the specified parameter to the default.

Why this answer

CONFIGURE [parameter] CLEAR resets a specific setting to its default.

Page 4

Page 5 of 5

All pages