nerdexam
Oracle

1Z0-052 · Question #243

You are using the backup scheduler in Enterprise Manager (EM) to schedule a backup of your database. Which type of script does the backup scheduler generate?

The correct answer is E. Recovery Manager (RMAN) script. The Enterprise Manager backup scheduler translates backup configuration choices into RMAN scripts that are then submitted to the Recovery Manager for execution.

Performing Backup and Recovery

Question

You are using the backup scheduler in Enterprise Manager (EM) to schedule a backup of your database. Which type of script does the backup scheduler generate?

Options

  • ASQL script
  • BPL/SQL script
  • COperating System (OS) script
  • DEnterprise Manager (EM) script
  • ERecovery Manager (RMAN) script

How the community answered

(39 responses)
  • A
    3% (1)
  • C
    8% (3)
  • D
    3% (1)
  • E
    87% (34)

Why each option

The Enterprise Manager backup scheduler translates backup configuration choices into RMAN scripts that are then submitted to the Recovery Manager for execution.

ASQL script

SQL scripts are used for database queries and DDL operations, not for orchestrating backup jobs, which require RMAN-specific commands.

BPL/SQL script

PL/SQL scripts operate within the database engine for procedural logic; backup scheduling via EM does not generate PL/SQL.

COperating System (OS) script

Operating system scripts are shell or batch scripts; EM does not generate OS-level scripts for backup operations.

DEnterprise Manager (EM) script

There is no proprietary 'Enterprise Manager script' format; EM translates backup tasks into the industry-standard RMAN command language.

ERecovery Manager (RMAN) scriptCorrect

Enterprise Manager's backup scheduler generates RMAN (Recovery Manager) scripts because RMAN is Oracle's dedicated backup and recovery tool; EM acts as a graphical front-end that constructs and submits the appropriate RMAN commands based on the user's selections.

Concept tested: Enterprise Manager backup scheduler output format using RMAN

Source: https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-backup-concepts.html

Topics

#Enterprise Manager#backup scheduler#RMAN script#EM backup tools

Community Discussion

No community discussion yet for this question.

Full 1Z0-052 Practice