PROSTRCT REPAIR qualifier

Updates a database's control information after an extent is moved or renamed.

Syntax

prostrct repair db-name [ structure-description-file ]

Parameters

db-name
Specifies the database you are using.
structure-description-file
Specifies the .st file containing the updated extent information. If you omit the structure-description-file, PROSTRCT REPAIR uses the db-name.st file to update the control information.

Notes

  • Start with a current copy of the database .st file.
  • The .st extension on the new structure description file is optional.
  • You cannot use the REPAIR qualifier to add or remove extents. You can only use it to change the location of existing extents.
  • You must manually move the .db file or the data extent. PROSTRCT REPAIR simply updates the file list of the .db file to reflect the new locations of database extents.