You have created a script in the recovery catalog called backup_database.
Which of the following commands would successfully execute that script?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
E.
Option E
Explanation:
Use the EXECUTE SCRIPT command to run a stored script. If GLOBAL is specified, then a global script with
this name must exist in the recovery catalog; otherwise, RMAN returns error RMAN-06004. If GLOBAL is not
specified, then RMAN searches for a local stored script defined for the current target database. If no local script
with this name is found, then RMAN searches for a global script by the same name and executes it if one is
found.