DB2 8.2 on AIX for SAP
Hey there,
I'm trying to reorg the tables and indexes as best they can be and there are about a dozen tables with a stubborn * that I can't seem to shift.
For example:
Code:
SCHEMA NAME CARD OV NP FP ACTBLK TSIZE F1 F2 F3 REORG
----------------------------------------------------------------------------------------
SAPR3 TBLX1 72925 0 288 288 - 3208700 0 68 100 -*-
SAPR3 TBLX2 1809 0 8 8 - 61506 0 53 100 -*-
I've tried an inplace reorg, an offline reorg, a reorg with the primary index, and an index reorg.
So 2 questions:
1) Is there somewhere that I can get a list of the
meanings of F1-8 beyond the scant Command ref doco (some are more obvious than others)
and recommendations on how to deal with each
2) Does anyone have any suggestions for why I can't clear it on F3 and perhaps other things I can try?
Cheers