Nonstop Database, HiRDB Version 9 System Operation Guide

[Contents][Index][Back][Next]

14.8.3 Procedure during UAP execution

The following is the procedure from UAP execution to delayed batch creation of plug-in index:

  1. Execute the UAP. When the UAP executes, information about the plug-in index is output to the index information file. The name of the created index information file is provided in the KFPH25100-I message.
  2. Use the pdhold command to shut down the plug-in index storage RDAREA:
    pdhold -r RDAREA1
  3. Use the pdrorg command to specify creation of the plug-in index in the batch mode (the index information file created in step 1 is used as the input):
    pdrorg -k ixmk -t TABLE1 /pdrorg/rorg06
  4. Use the pdrels command to release the plug-in index storage RDAREA from shutdown status:
    pdrels -r RDAREA1