Hi all,
I try same process but it did not reduce the waste space.
Please see.
Before Reorg table PCL2.
TABLE_NAME NUM_ROWS | ROWLEN | BLOCKS | NET_MB GROSS_MB WASTED_MB |
---------- ---------- ---------- ---------- ---------- ---------- ----------
PCL2 | 1112590 | 3041 | 637958 | 3384 | 4580 | 1196 |
After reorg table PCL2
TABLE_NAME NUM_ROWS | ROWLEN | BLOCKS | NET_MB GROSS_MB WASTED_MB |
---------- ---------- ---------- ---------- ---------- ---------- ----------
PCL2 | 1112590 | 3041 | 637958 | 3384 | 4580 | 1196 |
After update stats
TABLE_NAME NUM_ROWS | ROWLEN | BLOCKS | NET_MB GROSS_MB WASTED_MB |
---------- ---------- ---------- ---------- ---------- ---------- ----------
PCL2 | 1115780 | 3048 | 637954 | 3402 | 4580 | 1178 |
Please help,
Regads,
Manas.