Places the table in Set Integrity Pending state. Very limited activity is allowed on a table that is in the Set Integrity Pending state.

Specifies the access level of a table after the table is placed in the Set Integrity Pending state.

Specifies the cascade option you want to use:

Select to apply immediate cascading to materialized query tables.

Select to apply immediate cascading to foreign key tables.

Select to apply immediate cascading to staging tables.

Specifies one of the following:

The implications with respect to data integrity should be considered before using this option. For partitioned tables with attached data partitions, you cannot skip the range check and index maintenance performed by the SET INTEGRITY statement. See the Notes section of the SET INTEGRITY statement.

You must select at least one of the following check boxes to specify the type of integrity checking you want to turn on:

Required foreign key constraints checking will not be carried out when the table is brought out of the Set Integrity Pending state.

Required check constraints checking will not be carried out when the table is brought out of the Set Integrity Pending state.

Required refresh of materialized query table will not be carried out when the table is brought out of the Set Integrity Pending state.

Required generated column constraints checking will not be carried out when the table is brought out of the Set Integrity Pending state.

Required propagation of data to staging table will not be carried out when the table is brought out of the Set Integrity Pending state.

Specifies that the table be made fully accessible after the set integrity operation completes.

Specifies that the table be taken out of the Set Integrity Pending state by carrying out the required integrity processing on the table.

Select the table access mode to use during integrity processing:

Select the incremental option to use:

Specifies values for generated columns be generated when checking for data integrity.

Specifies that if the table includes an identity column, the values are generated by the SET INTEGRITY statement.

Specifies that REFRESH DEFERRED materialized query tables be used to optimize the query that is used to maintain the table.

Specifies that the staging table be pruned.

Specifies that the table be made fully accessible after the set integrity operation completes.

Specifies the name of the schema for the exception table. You can specify a different schema name by selecting a schema name from the list of existing schemas.

Specify the exception table from the list of existing tables owned by the schema specified in the Exception table schema box.

Specifies that the table is forced into the Full Access state without the table being rechecked for integrity violations.

Specifies that the staging table be pruned. This option is available only for staging tables.

Performs the actions that you have specified in this notebook or window.

Opens the Show SQL window.

Cancels any unsaved changes that you made and closes this notebook or window.