Dropping and redefining a Db2 index
Dropping an index does not cause Db2 to drop any other objects. The consequence of dropping indexes is that Db2 invalidates packages that use the index and automatically rebinds them when they are next used.
Before you begin
Any primary key, unique key, or referential constraints associated with a unique index must be dropped before you drop the unique index. However, you can drop a unique index for a unique key without dropping the unique constraint if the unique key was created before Version 9.
Commit the drop before you create any new table spaces or indexes by the same name.
Procedure
To drop and re-create an index: