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

  • 相关阅读:
    利用userData实现客户端保存表单数据
    随机提取10条记录
    分页的文本显示
    用VB.NET写的一个简易的RSS阅读器
    怎样提高你的Google Adsense收入?
    全球500家最大公司及网址
    HTC教程
    老百姓是这样买房的
    使用JavaScript+XML实现分页
    恋爱的奇妙感觉,当爱在靠近...
  • 原文地址:https://www.cnblogs.com/arcer/p/2986306.html
Copyright © 2011-2022 走看看