PROSTRCT REPAIR qualifier
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
PROSTRCT REPAIR qualifier
Updates a database's control information after an extent is moved or renamed.
Syntax
|
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.
stfile 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.