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号;

  • 相关阅读:
    R中seurat等问题学习
    主成分分析PCA学习一条龙
    PAT 1116 Come on! Let's C [简单]
    PAT 1077 Kuchiguse [一般]
    R中的一些基础1106
    PAT 1036 Boys vs Girls[简单]
    稳定婚姻匹配问题模板
    University Entrace Examination zoj1023
    Stable Match
    7-1 玩转二叉树
  • 原文地址:https://www.cnblogs.com/arcer/p/2986306.html
Copyright © 2011-2022 走看看