博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
053(三十九)
阅读量:6364 次
发布时间:2019-06-23

本文共 2680 字,大约阅读时间需要 8 分钟。

191、

191.While working on a data problem, Curt, Bill, Ben, Mike, and Matt introduced a vast amount of corrupted data into the database. Pablo has discovered this problem and he needs you to recover the database to the point in time prior to the introduction of the corruption. The logical corruption was introduced at 6:30 p.m. on September 6, 2008. Which of the following would be the correct commands to use to restore the database to a point in time before the orruption?A. restore database until time '06-SEP-2008 06:30:00'); recover database until time '06-SEP-2008 06:30:00'); alter database open;B. restore database until time '06-SEP-2008 06:30:00'); recover database until time '06-SEP-2008 06:30:00'); alter database open resetlogs;C. restore database until time '06-SEP-2008 18:29:55'); recover database until time '06-SEP-2008 18:29:55'); alter database open resetlogs;D. restore database until time '06-SEP-2008 18:29:55'); alter database open resetlogs;E. restore database until time '06-SEP-2008 18:29:55'); recover database; alter database open resetlogs;

 

192、

192.What is the purpose of the until change option of the restore command?A. It allows you to select the SCN that you want to restore to. B. It allows you to select the log sequence number you want to restore to.C. It allows you to select the timestamp you want to restore to.D. It allows you to manually stop the restore at any time as online redo logs are applied.E. None of the above.

 

193、

193.What is the purpose of the recover command? (Choose all that apply.)A. Recover database datafiles from physical disk backup sets.B. Recover required incremental backups from physical disk backup sets.C. Recover required archived redo logs from physical disk backup sets.D. Apply incremental backups to recover the database.E. Apply archived redo logs to recover the database.

 

194、

194.What is an obsolete backup set?A. A backup set that is missing one or more backup set piecesB. A backup that has exceeded the retention criteria and is no longer neededC. A backup set that does not include archived redo logsD. A backup set that can not be recovered due to corruptionE. A backup set superceded by a datafile copy

 

195、

195.What is the purpose of the list expired backup command?A. Lists all backups impacted by a resetlogs commandB. Lists all backups that are subject to retention criteriaC. Lists all backups that are missing associated physical backup set piecesD. Lists the status of datafile backup failures due to the use of the duration commandE. Lists backups that cannot be used by the restore command because they have been marked as disabled

 

转载于:https://www.cnblogs.com/huanhuanang/p/5415542.html

你可能感兴趣的文章
如何使用 GroupBy 计数-Count()
查看>>
有了这个课件制作工具,还怕备课有难题?
查看>>
SharpGL学习笔记(十三) 光源例子:环绕二次曲面球体的光源
查看>>
jquery之clone()方法详解
查看>>
Delphi 用文件流读取文本文件字符串的方法
查看>>
修改input框默认黄色背景
查看>>
php中怎么导入自己写的类
查看>>
C# 委托
查看>>
Using Information Fragments to Answer the Questions Developers Ask
查看>>
JVM学习(4)——全面总结Java的GC算法和回收机制---转载自http://www.cnblogs.com/kubixuesheng/p/5208647.html...
查看>>
nodejs简介
查看>>
getParameter和getAttribute的区别
查看>>
自动工作负载库理论与操作(Automatic Workload Repository,AWR)
查看>>
Redis两种方式实现限流
查看>>
mvn test
查看>>
Webservice超时问题
查看>>
CentOS 7 中使用NTP进行时间同步
查看>>
在MongoDB数据库中查询数据(上)
查看>>
Python import其他文件夹的文件
查看>>
Jvm(22),回收策略-----标记清除算法
查看>>