Database
- Last Updated: March 30, 2020
- 2 minute read
- OpenEdge
- Version 12.2
- Documentation
Displays general database status information.
PROMON Database Status display
The following shows a sample Database Status display.
|
The display shown above contains the following fields:
-
Database state — The current operating mode of the database. The table below
describes the possible database states.
Table 1. Database states State Description Open The database is open Not modified since last open The database is closed Recovery The database is performing crash recovery Index repair The PROUTIL IDXBUILD utility is running to rebuild indexes Restore The database is being restored -
Database damaged flags — The state of the database. The table below lists the
possible flags.
Table 2. Database damaged flags State Description None Normal Opened with -F Crash recovery skipped; the database might be damaged Crashed with -i Crashed without integrity; the database is damaged Crashed with -r Crashed with buffered I/O; the database might be damaged -
Integrity flags — The integrity mode in which the database is running. The table
below lists the possible flags.
Table 3. Integrity flags State Description None Normal Executing with -i A crash in this state will damage the database Executing with -r A crash in this state might damage the database - Most recent database open — The date and time when the broker for this database started.
- Previous database open — The date and time when the database previously started.
-
Local cache file time stamp — The time stamp used to check the validity of the
schema cache file. See the description of the Schema Cache File (
-cache) parameter in Database Startup Parameters for more information. - Database block size — The database block size in bytes.
- Number of blocks allocated — The total number of blocks allocated to the database.
- RM Blocks with free space — The total number of blocks in the RM chain.
- Highest table number defined — The number of tables defined in the database.
- Database version number — Identifies the structures of all database-related data that is resident on disk. This number is used to match different executable versions with the correct database structures.
- Shared memory version number — Identifies the version of all data structures that are resident in shared memory and used by the database manager. This number is used to ensure that all executables accessing shared memory agree on what data is kept in shared memory and how that data is accessed. The shared-memory version number changes more frequently than the database version number.
- Database Restrict Mode — Identifies if the database is in a restricted access mode.