In DB2 V8, an index partitioned table space could also be segmented ?
Really I thought no. By looking at the SQL Reference SC18-7426-00, in the syntax schema, it appears that the NUMPARTS line is not compatible with the SEGSIZE ones.
But in the catalog I found few tablespace of unknown (for me) applications where both NUMPARTS and SEGSIZE are <> 0.
Therefore my model is crashing.
Could it depend from effect of any LARGE or LOB or DSSIZE clause ? (or not reorg-ed catalog ?)
Probably I need to study again.
Thanks for comments.