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.
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)- A3% (1)
- C8% (3)
- D3% (1)
- E87% (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.
SQL scripts are used for database queries and DDL operations, not for orchestrating backup jobs, which require RMAN-specific commands.
PL/SQL scripts operate within the database engine for procedural logic; backup scheduling via EM does not generate PL/SQL.
Operating system scripts are shell or batch scripts; EM does not generate OS-level scripts for backup operations.
There is no proprietary 'Enterprise Manager script' format; EM translates backup tasks into the industry-standard RMAN command language.
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
Community Discussion
No community discussion yet for this question.