Database server consistency check parameters
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Use the parameters listed in the following table to enable consistency checking.
| Syntax | Parameter | Purpose |
|---|---|---|
-AreaCheck area-name |
Area consistency check | Area consistency check enables consistency checking for all record and index blocks in the specified area |
-DbCheck |
Database consistency check | Database consistency check enables consistency checking for all record and index blocks in the entire database |
-MemCheck |
Memory consistency check | Memory consistency check enable memory overwrite checking for the buffer pool |
-IndexCheck index-name |
Index consistency check | Index consistency check enables consistency checking for all index blocks in the specified index |
-TableCheck table-name |
Table consistency check |
Table consistency check enables consistency checking for all record blocks of the specified table (excluding BLOBS) |