Database maintenance utilities(1)

 

The REORGCHK utility:

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:

 SchemaName: Identifies the name to assign to a schema whose objects are to be analyzed to determine whether they must be re-organized

TableName: Identifies the name to assign to a specific table to analyze, to determine whether it must be re-organized.

Comments

Popular posts from this blog

Db2 export command example using file format (del , ixf)

How to fix DB2 Tablespace OFFLINE state issue?

How to determine fenced User-ID of a DB2 instance