Create a database structure extent
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Create a database structure extent
Use the PROSTRCT CREATE utility to create the physical database files for the database. The PROSTRCT CREATE syntax is:
|
In the syntax block, structure-description-file represents the name of the .st file. If you do not specify the name of the .st file, PROSTRCT uses db-name.st.
The
-blocksize parameter represents the database block-size in bytes or
kilobytes (KB). For example, to create databases of block-size:- 4KB—Specify
-blocksize4096 or-blocksize4. - 8KB—Specify
-blocksize8192 or-blocksize8.
CAUTION: An incorrect input value for the
-blocksize parameter results in the following error, which causes the
database creation operation to fail:
|
For more information on PROSTRCT CREATE, see PROSTRCT CREATE qualifier.
If you specify -validate, PROSTRCT will
check that the contents of your structure description file are accurate without creating the
database.
To create a database named sports2020 from the sports2020.st structure description file using PROSTRCT CREATE: