zoukankan      html  css  js  c++  java
  • 053324

    Your database is up and running and one of your three control files is accidentally erased. You start RMAN and run the following command:
    RESTORE CONTROLFILE FROM AUTOBACKUP;
    Which of the following statements is true? (Choose all that apply.)
    A. The command restores only the missing control file.
    B. The command restores all the control files.
    C. The command fails because the database is running.
    D. This is the correct way to address this problem.
    E. This is not the correct way to address this problem.

      This is not the correct way to approach the loss of one of serveral controls files.The better way to approch this loss is to shut down the database and simply copy one of the surving control files over to where the missing control file existed.

    注:恢复控制文件在要在 nomount 状态下恢复的,所以说这个不是一个正确的解决方法。

      

  • 相关阅读:
    Linux系统管理上机作业2
    Linux系统管理上机作业1
    作业
    作业
    作业2
    作业
    作业
    第三章
    第二章
    第一章:计算机网络参考模型
  • 原文地址:https://www.cnblogs.com/Babylon/p/7814904.html
Copyright © 2011-2022 走看看