OpenEdge Structure Statistics utility
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Use the Structure Statistics utility (PROSTRCT STATISTICS) to monitor database growth and the availability of free blocks for storing additional data. For example:
|
You specify the database whose storage information you want and the PROSTRCT STATISTICS utility displays information about:
- The database name
- The primary database block size and the before-image and after-image block sizes
- The storage area and each extent within it
- The total number of active blocks allocated for each data area
- The total number of empty blocks in each data area
- The total number of extent blocks for each data area
- The total number of blocks for each data area
- The total records per block for each data area
- The total number of all blocks (active, data, free, empty, extent, and total blocks)
- The date and time of the last full database backup
Running PROSTRCT STATISTICS against an online database gives you a snapshot of the database state at that moment in time.
For example, this command displays the PROSTRCT STATISTICS command and part of the database storage information output for the database /usr1/doc/sample.db:
|
If a full backup has not yet been performed against sample.db, the message would read "NO FULL BACKUP HAS BEEN DONE."