Steps to add extents offline
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation

To add extents to a database offline, you perform the following tasks:
- Create a .st file for the new extents.
- Validate the extents using PROSTRCT ADD VALIDATE.
- Shut down the database if it is online.
- If you have time, back up the database.
- Truncate the BI files of the database using PROUTIL TRUNCATE BI.
- Remove the variable extent, if it is empty, using PROSTRCT REMOVE.
- Add extents to the database using PROSTRCT ADD and the new .st file.
- Update the .st file of the database using PROSTRCT LIST.
- Restart the database.