The CheckSCT command checks one or more registered data files for integrity errors.
CheckSCT { ALL | TABLES <table ID list> | FILES <file ID list> }
[ LEVEL:{1|2|3} ]
The CheckSCT command can be applied to all data files registered in the Data Vault repository (ALL); or can be applied to all of the data files registered with one or more specific tables (TABLES); or can be applied to a list of one or more specific compressed data files (FILES). The TABLES option must specify a list of table IDs, separated by whitespace. Similarly, the FILES option must specify a list of file IDs, separated by whitespace.
Optionally, LEVEL:
n
can be included to set the level of integrity checking. There are three possible levels:
Check the metadata only.
Check the encoded data only.
Perform all checks on the compressed data file.
Generally, the higher the level, the more time is required to complete the CheckSCT command. Depending on the size and number of data files being checked, this command can take quite a long time to finish executing, especially at LEVEL:3.
The CheckSCT command is equivalent to executing the