Create a database with PROSTRCT CREATE
- Last Updated: July 8, 2022
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
To create an OpenEdge database using PROSTRCT CREATE you must:
- Create a structure description (
.st) file to define storage areas and extents - Use PROSTRCT CREATE to create database areas and extents
- Add schema to the void database
Notes
- Changes to large file support will impact databases created using PROSTRCT CREATE. See Database creation and large file support for more information.