reindex

The reindex command enables you to reindex database files to repair damaged file indexes or to perform free-space garbage collection serially. You can perform this operation on all of your database files or only the files specified in the optional [file-list] argument, based on the object sequence. Specify the optional nostatus argument if you do not want the status message displayed during the reindex operation.

When you specify the reindex command, you cannot also specify the certify, compact, delete, freeSpace, or resetTS command in the jdbutilb command line.

The syntax of the reindex command in the jdbutilb command line is as follows.

jdbutilb path=database-path
         ini=initialization-file-name
         reindex
         [file-list]
         [nostatus]

For more details, see "Reindexing Database Files" and "Using the Reindex Files Command", elsewhere in this document.