Sets the options of validation.
Unit
IBCAdmin
Syntax
TIBCValidateOption = (voCheckDB, voIgnoreChecksum, voKillShadows, voMendDB, voValidateDB, voValidateFull);
Values
| Value | Meaning |
|
voCheckDB |
Request a read-only validation of the database without correcting any problems. |
|
voIgnoreChecksum |
Ignore all checksum errors when validating or sweeping. |
|
voKillShadows |
Remove references to unavailable shadow files. |
|
voMendDB |
Mark corrupted records as unavailable so that subsequent operations skip them. |
|
voValidateDB |
Locate and release pages that are allocated but unassigned to any data structures. |
|
voValidateFull |
Check record and page structures, releasing unassigned record fragments; use with ValidateDB. |