zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V13.02-140题

     

    140.Which two statements are true regarding Health Monitor checks in Oracle Database 11g? (Choose two.)

    A. Health Monitor checks can be used to scan the contents of the redo log and archive logs for  accessibility and corruption.

    B. Health Monitor checks can be used to verify the integrity of database files and report failures if these files are inaccessible, corrupt or inconsistent.

    C. Health Monitor checks can be used to verify the contents of dictionary entries for each dictionary object and fix it automatically.

    D. Health Monitor checks are always initiated manually when there is some critical error.

    Answer: AB

    答案解析:

    参考:http://docs.oracle.com/cd/E11882_01/server.112/e25494/diag.htm#ADMIN11273


    Types of Health Checks

    Health monitor runs the following checks:

    • DB Structure Integrity CheckThis check verifies the integrity of database files and reports failures if these files are inaccessible, corrupt or inconsistent. If the database is in mount or open mode, this check examines the log files and data files listed in the control file. If the database is inNOMOUNT mode, only the control file is checked.

    • Data Block Integrity Check—This check detects disk image block corruptions such as checksum failures, head/tail mismatch, and logical inconsistencies within the block. Most corruptions can be repaired using Block Media Recovery. Corrupted block information is also captured in theV$DATABASE_BLOCK_CORRUPTION view. This check does not detect inter-block or inter-segment corruption.

    • Redo Integrity CheckThis check scans the contents of the redo log for accessibility and corruption, as well as the archive logs, if available. The Redo Integrity Check reports failures such as archive log or redo corruption.

    • Undo Segment Integrity Check—This check finds logical undo corruptions. After locating an undo corruption, this check uses PMON and SMON to try to recover the corrupted transaction. If this recovery fails, then Health Monitor stores information about the corruption in V$CORRUPT_XID_LIST. Most undo corruptions can be resolved by forcing a commit.

    • Transaction Integrity Check—This check is identical to the Undo Segment Integrity Check except that it checks only one specific transaction.

    • Dictionary Integrity Check—This check examines the integrity of core dictionary objects, such as tab$ and col$. It performs the following operations:

      • Verifies the contents of dictionary entries for each dictionary object.

      • Performs a cross-row level check, which verifies that logical constraints on rows in the dictionary are enforced.

      • Performs an object relationship check, which verifies that parent-child relationships between dictionary objects are enforced.

      The Dictionary Integrity Check operates on the following dictionary objects:

      tab$clu$fet$uet$seg$undo$ts$file$obj$ind$icol$col$user$con$cdef$ccol$bootstrap$objauth$ugroup$tsq$syn$view$,typed_view$superobj$seq$lob$coltype$subcoltype$ntab$refcon$opqtype$dependency$access$viewcon$icoldep$dual$sysauth$objpriv$,defrole$, and ecol$.



  • 相关阅读:
    15.Linux的文件结构
    14.管道模型
    13.ubuntu下Qt5无法使用中文的问题解决
    12.时钟与信号
    11.进程控制
    10.设备文件
    [GXOI/GZOI2019]旅行者
    [GXOI/GZOI2019]旧词
    [BJOI2019] 删数
    [BJOI2019] 光线
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316320.html
Copyright © 2011-2022 走看看