Scenario: Unloading data from a backup with Optim High Performance Unload
This scenario describes how a DBA can use Optim High Performance Unload to unload a table from a backup when restoring the entire database is not an option.
About this task
During a maintenance procedure on a production database at a banking company, the CUSTOMER table was accidentally deleted. Steve, a senior DBA, needs to restore the table from the backup, but he does not want to perform the full system restore. Steve will use Optim High Performance Unload to unload the CUSTOMER table from the backup and then load it into the production database.
Restriction: Optim High Performance Unload extracts the table exactly as it exists on the backup. If you extract data from a full backup that was taken offline, the data will be complete and consistent. If you extract data from a backup that was taken online, the data might contain duplicate or missing records because Optim High Performance Unload does not search through Db2® log files to determine if any changes were made to the database during the backup process.
The following instructions describe the steps that Steve will take to restore the CUSTOMER table: