zoukankan      html  css  js  c++  java
  • 053332

    David managed to accidentally delete the datafiles for database called DSL. He called Heber and Heber tried to help but he managed to delete the control files of the database. Heber called Bill and Bill saved the day. They are using a recovery catalog for this database. What steps did Bill perform to recover the database and in what order?
    A. Restored the control file with the RMAN restore controlfile command.
    B. Mounted the DSL instance with the alter database mount command.
    C. Restored the datafiles for the DSL database with the RMAN restore command.
    D. Opened the DSL database with the alter database open resetlogs command.
    E. Recovered the datafiles for the DSL database with the RMAN recover command.
    F. Started the DSL instance.
    G. Connected to the recovery catalog with RMAN.
    A. a, b, c, d, e, f, g
    B. b, c, d, g, f, e, a
    C. g, f, a, b, c, e, d
    D. c, a, d, b, f, e, g
    E. g, f, a, b, e, c, d

      

  • 相关阅读:
    穷举、迭代、以及while代替for循环的使用
    for循环与for循环嵌套
    day07 数据类型补充
    day06
    day05
    day04
    python2 和 python3 的区别
    day03
    第一周笔记
    day02笔记
  • 原文地址:https://www.cnblogs.com/Babylon/p/7815344.html
Copyright © 2011-2022 走看看