码迷,mamicode.com
首页 > 其他好文 > 详细

053-311

时间:2017-11-10 15:09:07      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:log   error   rom   only   backup   hat   with   creat   included   

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.

  The script will prompt for the missing substitution variable.The script will return an error if you do not put in a value for the second substitution variable. 

053-311

标签:log   error   rom   only   backup   hat   with   creat   included   

原文地址:http://www.cnblogs.com/Babylon/p/7814133.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!