首页 > 其他 > 详细

053-599

时间:2017-11-09 18:19:49      阅读:208      评论:0      收藏:0      [点我收藏+]

Given the following steps, which would be the correct order to create a backup of an Oracle database in ARCHIVELOG mode with control-file autobackups enabled?
A. backup archivelog all;
B. backup database all;
C. backup controlfile;
D. backup archivelog, database, controlfile delete input;
E. backup database plus archivelog delete input
A. e
B. a, b, a, c
C. d
D. b, a, c
E. b, a, c, d, e

   Backing up in ARCHIVELOG mode is as easy as issuing the backup database plus archivelog delete input command.

053-599

原文:http://www.cnblogs.com/Babylon/p/7810728.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!