This example assumes that the database load utility terminated while loading three million entries of data in the batch index creation mode with one million line numbers with synchronization points.
The following messages are output:
KFPL00800-I Loading until 2000000th row committed |
Use the database reorganization utility to create the plug-in index for one million (one to two million) entries in batch mode.
pdrorg -k ixmk -t TABLE1 C:\pdrorg\rorg01 |
index INDX01 LOB02 C:\pdrorg\INDX01_2 |
pdload TABLE1 C:\pdload\load01 |
Make a backup of the target data storage RDAREAs. For details about making backups in units of RDAREAs, see the HiRDB Version 9 System Operation Guide.
Enter the pdrels command to release the table and index storage RDAREAs from shutdown status.
pdrels -r DATA01,DATA02,DATA03,INX01,INX02,INX03,LOB01,LOB02,LOB03 |
After the command has executed, the execution results should be checked for errors. For details about how to check command execution results, see the manual HiRDB Version 9 Command Reference.