nerdexam
Oracle

1Z0-052 · Question #84

You are using Enterprise Manager to schedule backups for your database. Which type of script would be generated by the backup scheduler?

The correct answer is D. Recovery Manager (RMAN) script. Oracle Enterprise Manager's backup scheduler generates RMAN scripts because RMAN is Oracle's native backup and recovery tool.

Performing Backup and Recovery

Question

You are using Enterprise Manager to schedule backups for your database. Which type of script would be generated by the backup scheduler?

Options

  • AXML script
  • BPL/SQL script
  • COperating system script
  • DRecovery Manager (RMAN) script

How the community answered

(39 responses)
  • B
    3% (1)
  • C
    5% (2)
  • D
    92% (36)

Why each option

Oracle Enterprise Manager's backup scheduler generates RMAN scripts because RMAN is Oracle's native backup and recovery tool.

AXML script

Enterprise Manager does not generate XML scripts for database backup scheduling - XML is not a format used by Oracle's backup toolchain for this purpose.

BPL/SQL script

PL/SQL is used for stored procedures and data manipulation, not for Oracle backup operations - Enterprise Manager backup scheduling does not produce PL/SQL scripts.

COperating system script

Operating system scripts are not generated by Enterprise Manager for backup tasks - the backup scheduler is tightly integrated with RMAN, not OS-level scripting languages.

DRecovery Manager (RMAN) scriptCorrect

When Enterprise Manager is used to schedule database backups, it translates the GUI-configured backup settings into Recovery Manager (RMAN) scripts. RMAN is Oracle's dedicated backup, restore, and recovery utility, and EM serves as a graphical front-end that ultimately produces and executes RMAN commands against the target database.

Concept tested: Enterprise Manager backup scheduler output format

Source: https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/getting-started-rman.html

Topics

#Enterprise Manager#RMAN script#backup scheduler

Community Discussion

No community discussion yet for this question.

Full 1Z0-052 Practice