zoukankan      html  css  js  c++  java
  • [bbk5357] 第85集 第11章 数据库诊断 01

    Data Recovery Advisor

    Reducing down time by eliminating confusion:

    Data Failures

    Data Failure:Examples

    • Not accessible components,for example:
      • Missing data files at the OS level
      • Incorrect access permissions
      • Offline tablespace,and so on
    • Physical corruptions,such as block checksum failures or invalid block header field values
    • Logical corruptions,such as inconsistent dictionary,corrupt row piece,corrupt index entry,or corrupt transaction.
    • Inconsistencies,such as control file is older or newer than the data files and online redo logs
    • I/O failures,such as a limit on the number of open files exceeded,channels inaccessible,network or I/O error.

    Data Recovery Advisor RMAN Command-Line Interface

    RMAN Command Action
    LIST FAILURE Lists previously executed failure assessment
    ADVISE FAILURE Displays recommended repair option
    REPAIR FAILURE Repairs and closes failures(after ADVISE in the same RAMN session)
    CHANGE FAILURE Changes or closes one or more failures
  • 相关阅读:
    69. 二叉树的层次遍历
    17. 子集(Subsets)
    33. N皇后问题(回溯)
    15. 全排列
    53. 数字组合 II
    135. 数字组合
    95. 验证二叉查找树
    88. 最近公共祖先
    245. 子树
    [python应用]python简单图片抓取
  • 原文地址:https://www.cnblogs.com/arcer/p/3117601.html
Copyright © 2011-2022 走看看