[BL] Much easier to simply do "select max(column)... " on an un-indexed
column to cause FTS to cause cleanouts. Statistics is a bit of an overkill.
[PWS] Have tried that. Didn 't work. Turned out that Oracle was using an
index to supply the needed info for one step in its execution plan, and
_those_ were the blocks which needed to be cleaned out. So I went into
overkill mode.