zoukankan      html  css  js  c++  java
  • 052-241(新增70题2018)

    Redo log files are not multiplexed in your database. Redo log blocks are corrupted in group 2, and archiving has stopped. All the redo logs are filled and database activity is halted. Database writer has written everything to disk.

    Which command would you execute to proceed further?

    A. RECOVER LOGFILE BLOCK GROUP 2;

    B. ALTER DATABASE DROP LOGFILE GROUP 2;

    C. ALTER DATABASE CLEAR LOGFILE GROUP 2;

    D. ALTER DATABASE RECOVER LOGFILE GROUP 2;

    E. ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 2;

    Answer: E

    Clearing a Redo Log File

    If the corrupt redo log file has not been archived, use the UNARCHIVED keyword in the statement.

    ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 3;
    

    This statement clears the corrupted redo logs and avoids archiving them. The cleared redo logs are available for use even though they were not archived.

  • 相关阅读:
    嵌入式
    IT 管理
    linux 网络编程 排序
    linux frameBuffer
    虚拟现实
    vc 串口
    OpenGLES 图像
    runloop
    归档
    商标查询
  • 原文地址:https://www.cnblogs.com/Babylon/p/8623732.html
Copyright © 2011-2022 走看看