June 2018
Intermediate to advanced
478 pages
10h 52m
English
This utility command can use be used to suggest tables and indexes that would benefit from reorganization. The basic command syntax for REORGCHK is this:
REORGCHK
<UPDATE STATISTICS | CURRENT STATISTICS>
<ON TABLE USER |
ON SCHEMA [SchemaName] |
ON TABLE [USER | SYSTEM | ALL | [TableName]>
Consider the following:
You can invoke the REORGCHK command to verify the level of data fragmentation and to decide whether reorganization is necessary, as shown here:
REORGCHK CURRENT ...
Read now
Unlock full access