Create a database structure extent
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- 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
database blocksize in kilobytes is represented by blocksize.
Specify 1024, 2048, 4096, or 8192. 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 sports2000 from the sports2000.st structure description file using PROSTRCT CREATE: