Courseiva
Backup And RecoveryhardMultiple ChoiceObjective-mapped

OCP Backup And Recovery Practice Question

You have a standby database and want to use RMAN to offload backups to the standby. Which configuration is required to ensure the primary database recognizes the backups performed on the standby?

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

CONFIGURE CONTROLFILE AUTOBACKUP FOR BACKUP ON STANDBY ON;

To use a standby for backups, you must connect RMAN to the recovery catalog and the standby database, and ensure the configuration includes 'CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON ALL STANDBY'.

Answer analysis

Option-by-option breakdown

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

  • CONFIGURE CONNECT IDENTIFIER FOR DEFAULT SERVICE TO 'standby_service';

    Why it's wrong here

    This is not a valid RMAN configuration command.

  • CONFIGURE BACKUP OPTIMIZATION ON;

    Why it's wrong here

    Backup optimization helps avoid backing up files that haven't changed, but is not the primary mechanism for standby offloading.

  • Enable Flashback Database on the primary only.

    Why it's wrong here

    Flashback database status does not dictate backup offloading mechanics.

  • CONFIGURE CONTROLFILE AUTOBACKUP FOR BACKUP ON STANDBY ON;

    Why this is correct

    This setting allows RMAN to perform autobackups of the control file from the standby site.

About these practice questions

This OCP question is part of Courseiva's 312-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam 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.