Rules for creating storage areas and extents
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
When you are defining storage areas and extents in order to create a new database:
- The minimum information required in a
.stfile is one schema area extent definition statement and one primary recovery (BI) area extent definition statement. -
The minimum information needed to specify any extent is the storage area type and extent pathname. For example:
# Primary Recovery Area b . # Schema Area d .If you do not define a primary recovery extent path in the
.stfile, the PROSTRCT CREATE utility generates an error. - You cannot use any of the reserved storage area names as application data storage area names.