DB2 Server for VSE & VM: Data Restore Guide


Chapter 11. Restoring Logical Elements

You can reload tables from DB2 archive in one of two ways:

There is a trade-off between running the TRANSLATE function to improve RELOAD processing and reading the DB2 archive tape twice if the TRANSLATE is not done.

This chapter contains all of the steps necessary to reload a table. You can reload directly from a Data Restore archive file, produced either by the BACKUP, BACKUP FULL/INCREMENTAL, or UNLOAD function.

Step 1 describes how to use the TRANSLATE function. You can use TRANSLATE to convert a DB2 archive into a format that improves RELOAD processing time.

Step 2 shows how to restore portions of the database from a BACKUP or UNLOAD file using the RELOAD function. Use RELOAD to recover the following:

Step 3 shows how to list the changes recorded in the log archives and the current log for the tables being reloaded.

Step 4 shows how to apply the changes from the log archives and the current log.
Note:The reload process is done using DB2 commands, so this will create log records unless the RELOAD is run in single user mode with LOGMODE=N.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]