Converting basic row format table spaces with validation routines to reordered row format
You can convert basic row format table spaces to reordered row format. If some tables in a table space have validation routines, you cannot convert the table space to reordered row format directly. You must take other actions for the conversion to succeed.
Procedure
To convert a table space to reordered row
format, complete the following steps for each table that has a validation
routine:
- Use the ALTER TABLE statement to alter the validation routine to NULL.
- Run the REORG utility or the LOAD REPLACE utility to convert the table space to reordered row format.
- Make any necessary modifications to the validation routine so that it can be used with rows in reordered row format.
- Use the ALTER TABLE statement to add the modified validation
routine to the converted table.