Specifies that the table data on all of the database partitions in the database partition group will be reorganized. This is the default setting for partitioned databases.

Specifies that the table data on only the selected database partitions in the list box will be reorganized. Use Browse [...] to select the partitions.

Shows the database partitions you selected for the table reorganization.

Opens a window in which you can select the database partitions for table reorganization. When you select Browse [...], the Reorganize table data only on selected partitions radio button is also selected.

Select to use an index to reorder the table rows. If no index is specified, the table rows are reorganized randomly.

Specify the name of an index to use to reorder the table rows. If no index is specified, the table rows are reorganized randomly. When you specify an index name in this the field, the Use index scan field is enabled.

Specifies that the table reorganization will be done inplace. Users can make changes (read and write) to the table during the reorganization. The inplace reorganization is carried out within the extents occupied by the table, consequently additional working space is not required. This option is not available for partitioned tables.

Specifies that the user has no access to the table during reorganization.

Specifies that the user has read access to the table during reorganization.

Specifies that the user has read and write access to the table during reorganization.

Select to allow read and write access to the table during an online reorganization. If not selected, the users have read-only access to the table.

Select to truncate the table following the inplace reorganization. This will free-up the reclaimed table space.

Rebuilds a temporary (shadow) copy of the table. Users are permitted Allow read access or Allow no access during this type of reorganization. Additional space, equal to the size of the table, must be available for a temporary copy of the table. If the reorganization is interrupted, you must restart it from the beginning. This is the default setting.

Specify the name of the system temporary table space that will store the data of the shadow copy of the table. For tables with page sizes larger than 4KB, the system temporary table space must have a page size identical to the original space. If you do not select a system temporary table space, the table copy is stored in the table space in which the original table resides.

Select to reorder the table records into the reorganized table using an index scan. The index scan uses the index you entered in the Reorganize using existing index field. If the table has a clustering index this field is enabled even if you do not enter a name in the index field. If the table has a common index, the check box is disabled.

Select to include long field and large object data in the reorganization process.

Specify the name of the system temporary table space that will store the long data of the shadow copy of the table.

Opens a window in which you can see the DB2 command used for the reorganization.