• 053575


    You have lost all your database control files. To recover them, you are going to use the results of the alter database backup controlfile to trace command. Your datafiles and your online redo logs are all intact.
    Which of the following is true regarding your recovery?
    A. You will need to open the database with the resetlogs command.
    B. All you need to do is execute the trace file from SQL*Plus and it will perform the recovery for you.
    C. You will use the resetlogs version of the create controlfile command.
    D. You will use the noresetlogs version of the create controlfile command.
    E. You will use the trace file to create a backup control file, and then you will recover the database with the recover database using backup controlfile command

      Since the online redo logs are intact,you will be able to use the noresetlogs version of the create controlfile command.

  • 相关阅读:
    2.5 整数和算法
    斑马问题
    计算机硬件操作
    幸福是什么
    英译汉技巧
    指令
    计算机性能
    硬盘容量的计算方法
    Symmetric Tree
    Same Tree
  • 原文地址:https://www.cnblogs.com/Babylon/p/7809807.html
Copyright © 2020-2023  润新知