Given the script -create script db_backup_datafile_script{backup datafile and 1, and2 plus archivelog delete input;}What

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899559
Joined: Mon Aug 02, 2021 8:13 am

Given the script -create script db_backup_datafile_script{backup datafile and 1, and2 plus archivelog delete input;}What

Post by answerhappygod »

Given the script -create script db_backup_datafile_script{backup datafile and 1, and2 plus archivelog delete input;}What is the result of running this command?Run {execute script db_backup_datafile_script using 2;}

A. The script will fail since you instructed RMAN to back up only one datafile rather than two.
B. The script will successfully back up datafile 3 without error.
C. The script will fail since it uses a substitution variable which is not supported.
D. The execute script command will prompt for the value of and2 since it's not included in the command. E. The script will fail because you cannot use the plus archivelog command when backing up database datafiles.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This question has been solved and has 1 reply.

You must be registered to view answers and replies in this topic. Registration is free.


Register Login
 
Post Reply