-667 THE CLUSTERING INDEX FOR A PARTITIONED TABLE SPACE CANNOT BE EXPLICITLY DROPPED
Explanation
The DROP INDEX statement attempted to drop the cluster index for a table residing in a partitioned table space. The cluster index for such a table cannot be dropped explicitly with the DROP INDEX statement.
System action
The statement cannot be processed. The specified index was not dropped.
Programmer response
The cluster index for a table in a partitioned table space can only be dropped implicitly when the associated partitioned table space is dropped.
SQLSTATE
42917