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