zoukankan      html  css  js  c++  java
  • 053400

    Which of the following methods can be used to detect block corruption?
    A. ANALYZE operations
    B. dbv
    C. SQL queries that access the potentially corrupt block
    D. RMAN
    E. All of the above

      Option A is correct because if you attempt to analyze a table or index that has a corrupt block,the ANALYZE command will indicate it .Option B is correct because the dbv command(DBVERIFY utility) is used to verify the data-structure integrity of an offline datafile.DBVERIFY will let you know if the datafile fails the integrity check.Option C is correct unless you have used DBMS_REPAIR.SKIP_CORRUPT_BLOCKS to permit queries to skip corrupt blocks.D is correct because the RMAN BACKUP command will detect corruption by default.

  • 相关阅读:
    装饰器
    FLASK
    Flask第一个实例
    各种各样的PyQt测试和例子
    项目实战:天气信息查询
    窗口设置、QSS
    槽和信号
    布局
    打印机
    菜单栏、工具栏、状态栏
  • 原文地址:https://www.cnblogs.com/Babylon/p/7827552.html
Copyright © 2011-2022 走看看