zoukankan      html  css  js  c++  java
  • Chapter14 UserManaged Incomplete Recovery

    Types of Incomplete Recovery

    • Time-based recovery
    • Cancel-based recovery
    • Change-based recovery

    Incomplete Recovery

    • Follow all steps carefully
    • Take whole database backups before and after recovery.
    • Always verify that the recovery was successful.
    • Back up and remove archived logs.

    Incomplete and the Alert Log

    • Check the alert log before and after recovery
    • Contains error information,hints,and SCNs

    User-Managed Procedures    [不完全恢复的过程]

    • Shutdown and backup the database
    • Restore all datafiles.Do not restore the control file,redo logs,password file,or parameter file.
    • Mount the database.
    • Reover the datafiles to a point before the time of failure.
    • Open the database with RESETLOGS
    • Perform a closed database backup.

    RECOVER Command Overview

    • Recover a database until cancel:

    Recover DATABASE until cancel

    • Recover a database unitl time:

    RECOVER DATABASE until time '2002-07-24:14:22:03'      [demo]

    • Recover using backup control file

    RECOVER DATABASE until time '2002-07-24:14:22:03' using backup controlfile

     Change-Based Recovery

    • Digoal`s video:Incomplete Recovery by using LogMiner

    http://www.boobooke.com/v/bbk1260

    http://www.boobooke.com/v/bbk1261

    使用RMAN 进行数据库的不完全恢复,通过LogMiner获取SCN号;

  • 相关阅读:
    python中join函数
    python实现反转字符串
    map函数
    python中lambda函数
    python中reduce函数
    python实现斐波那契数列
    迭代器和生成器
    经典算法动态图
    数据中心团队对于液体冷却的应用还需要适应
    物联网正将数据中心推向边缘
  • 原文地址:https://www.cnblogs.com/arcer/p/2986306.html
Copyright © 2011-2022 走看看