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.

  • 相关阅读:
    SQL SERVER 2016研究三
    SQL SERVER 2016研究二
    SQL SERVER 2016研究一
    codeforce div2 426 D. The Bakery
    bzoj2190: [SDOI2008]仪仗队
    长路
    codechef AUG17 T5 Chef And Fibonacci Array
    codechef AUG17 T4 Palindromic Game
    codechef AUG17 T3 Greedy Candidates
    汕头市队赛 SRM10 dp只会看规律 && bzoj1766
  • 原文地址:https://www.cnblogs.com/elontian/p/11527740.html
Copyright © 2011-2022 走看看