版次注意事項


10.27 RESTORE DATABASE

|10.27.1 Syntax

|The following option will be added to the syntax of the RESTORE DATABASE |command after the TABLESPACE/TABLESPACE ONLINE/HISTORY FILE options:

|>>-+-------------------------+---------------------------------><
|   '-INCREMENTAL--+-------+--'
|                  '-ABORT-'
| 

|The parameter descriptions will be added as follows: |

|INCREMENTAL
|Results in a manual cumulative restore of the database. The user will |issue each of the restore commands.

|

|ABORT
|This parameter should be used to terminate an incremental restore before |successful completion. |
|

|The following examples will also be added:

|The following is a sample weekly incremental backup strategy with a recoverable |database. A full backup is scheduled once per week, a delta every day, plus |an incremental mid-week:

|   (Sun)	backup db kdr use adsm
|   (Mon)	backup db kdr online incremental delta use adsm
|   (Tue)	backup db kdr online incremental delta use adsm
|   (Wed)	backup db kdr online incremental use adsm
|   (Thu)	backup db kdr online incremental delta use adsm
|   (Fri)	backup db kdr online incremental delta use adsm
|   (Sat)	backup db kdr online incremental use adsm

|For a manual database restore of images created above on Friday morning, |issue the following commands:

|   restore db kdr incremental taken at (Thu)
|   restore db kdr incremental taken at (Sun)
|   restore db kdr incremental taken at (Wed)
|   restore db kdr incremental taken at (Thu)
|Note:
Any RESTORE command of the form db2 restore |db <name> will perform a full database restore, regardless of |whether the image being restored is a database image or a table space image. |Any RESTORE command of the form db2 restore db <name> tablespace will perform a table space restore of the table spaces found in the |image. Any RESTORE command in which a list of table spaces is provided will |perform a restore of whatever table spaces were explicitly listed. |

|10.27.2 DB2 Data Links Manager Considerations

|The second paragraph in the section entitled "DB2 Data Links Manager Considerations" |should be replaced with:

|   If one or more Data Links servers are configured for the database,
|   the restore operation will succeed, even if a Data Links server is not available.
|   When the Data Links server restarts, restore processing will be completed
|   on that Data Links server before it becomes available to the database again.
|   NOTE: If a database restore operation is still waiting for an unavailable
|   Data Links server, any subsequent database or table space restore operations
|   will fail.


[ 頁面頂端 | 前一頁 | 下一頁 | 目錄 | 索引 ]