zoukankan      html  css  js  c++  java
  • SAP MaxDB Backup and Restore

    Back up the data and redo log entries from the data and log areas of your database to data carriers on a regular basis. Backups can be carried out in the ONLINE operational state. This means that the database is available for users during the backup.

    Example: Backup and Recovery

    The following graphic shows an example of how you can save the database while it is running and then restore the data after a system breakdown using data and log backups.

    1. Create a complete data backup of the database DEMODB to a backup medium.

    2. Activate the automatic log backup. From now on, the database system continually creates log backups in backup files.

    3. At regular intervals, create incremental data backups.

    4. A system failure occurs due to a hardware error of the hard disk that contains the data area of the database. The hard disk that contains the log area, however, remains undamaged.

    5. To restore the database, proceed as follows:

    a) Replace the defective hard disk.

    b) Import the last complete data backup.

    c) Import the last incremental data backup.

    d) Import the log backups since the last incremental data backup. If there are still redo log entries in the undamaged log area, then the database system uses these redo log entries instead of the corresponding log backups.

    6. The database system restarts the database.

  • 相关阅读:
    20101029总结
    编程感悟
    编程实现>ASP.NET 3.5开发范例精讲精析>探讨SqlDataSource控件
    GET代替POST?
    php调试工具安装
    php 命令行方式使用
    多为数组转换成一维递归
    mysql优化相关
    操作目录
    递归树
  • 原文地址:https://www.cnblogs.com/elontian/p/11527740.html
Copyright © 2011-2022 走看看