zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V12.02-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;

    Answer: C


    答案解析:

    C基于时间点的还原和恢复,最后使用resetlogs打开数据库。

    这里需注意B和C的区别。

  • 相关阅读:
    springboot缓存-Ehcache
    springboot+spring data jpa 多数据源配置
    vue+element 上传图片控件
    springboot下载文件
    easyPoi导入带图片的excel
    内外网同时使用(宽带内网无线内网)
    mysql 8.0 安装
    搭建一个Vue前端项目
    mybatis反向代理自动生成mapper文件
    【1】idea Live Templates
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316502.html
Copyright © 2011-2022 走看看