PROUTIL DESCRIBE qualifier
- Last Updated: January 27, 2026
- 3 minute read
- OpenEdge
- Version 12.8
- Documentation
PROUTIL DESCRIBE qualifier
Displays descriptive information about the database and enabled features.
Syntax
|
Parameters
- db-name
- Specifies the database to describe.
PROUTIL DESCRIBE provides a basic description of the database and details which features are enabled for the database.
The following figure provides a sample of the PROUTIL DESCRIBE output.
|
The PROUTIL DESCRIBE output contains the following fields:
- Database Name
- The fully qualified name of the database.
- Version
- The internal database version number.
- Block Size
- The block size of the database, measured in bytes.
- Largest Cluster
- The largest cluster size, in blocks, for all of the database data areas.
- Create Date
- The date and time the database was created.
- Last Open Date
- The date and time the database was last opened.
- Prior Open Date
- The date and time of the penultimate database open.
- Schema Change Date
- The date and time of the last schema change.
- Before Imaging Information
-
The details of the database Before-Image areas, including:
-
Block Size— The size (in bytes) of the before-image blocks -
Cluster Size (16K Units)— The size of the before-image cluster, measured in units of 16K -
Last OpenDate— The date and time the before-image log was last opened -
Bi Encryption— Indicates if BI encryption is enabled or disabled
-
- After Imaging Information
-
The details of After-Imaging areas, if after-imaging is enabled, including:
-
Block Size— The size (in bytes) of the after-image blocks -
Begin Date— The date and time after-imaging was started -
Last AIMAGE NEW— The date and time the last RFUTIL AIMAGE NEW command was executed, forcing an extent switch -
Currently Busy Area— The area number of the currently busy after-image area -
Current File Number— The current after-image file number -
Ai Encryption— Indicates if AI encryption is enabled or disabled
-
- Two-Phase Commit Information
-
The details of two-phase commit, if enabled, including:
-
Nickname— The 2PC database nickname -
Coordinator Priority— The 2PC coordinator priority for the database
-
- Backup Information
-
The details of recent database backup activity, including:
-
Last Full Backup Date— The date and time of the last full backup -
Last Incremental Backup— The date and time of the last incremental backup
-
- Collation and Character Set Information
-
The details of recent database backup activity, including:
-
Database code page— The name of the code page table that associates a numeric value with the corresponding character. -
Database collation— The set of rules that determine the order for sorting and comparing.character data. -
Word-rule file number— An integer between 1 and 255 that uniquely identifies the compiled word-break table. -
Word-rule file CRC— A cyclic reduncancy check code that ensures that the word-break rule file does not change between sessions.
For more information, see About Code Pages and Character Processing Tables.
-
- Database Features
-
The details of the enabled features of the database, including:
-
ID— The ID number of the feature. -
Feature— The name of the feature. -
Active— Is the feature active? Yes/No. Features, such as Auditing, can be enabled, but not active. -
Details— Provides special information pertinent to the feature. For example, for OpenEdge Replication, the database type is listed.
The table below lists the possible
IDandFeaturenames.Table 1. Database features ID Feature 1 OpenEdge Replication 3 DataXtend Remote Edition 5 Large Files 6 Database Auditing 7 JTA 8 After Image Management/Archiver 9 64-bit DB Keys 10 Large Keys (for indexes) 11 64-bit Sequences 12 DataXtend Integration Edition 13 Transparent Data Encryption 14 Multi-tenancy 19 Roll Forward Restricted Mode 21 Table Partitioning 26 Authentication Gateway 27 Change Data Capture 33 Dynamic Data Masking -
Notes
DESCRIBE can be run against a database that is online or offline.