Does a classic offline reorg of a table on DB2 V.8 reorg the indexes
associated with the table too?
The command is:
REORG TABLE tabname ALLOW NO ACCESS;
Thanks
Mark A - 25 Oct 2007 14:58 GMT
> Does a classic offline reorg of a table on DB2 V.8 reorg the indexes
> associated with the table too?
> The command is:
> REORG TABLE tabname ALLOW NO ACCESS;
>
> Thanks
Yes.