Citation:
In this case we wanted all of the columns in the table to have base statistics so we should use FOR ALL COLUMNS. But what about the SIZE part of the parameter? We only want a histogram on one column, so for this leading edge of the parameter setting we need to specify SIZE 1 to prevent a histogram from being created on any column.
The second part of the parameter setting needs to specify that a histogram is needed on the CUST_ID column. This is achieved using an additional part of the METHOD_OPT syntax that we haven’t mentioned yet, called FOR COLUMNS.
Je pense que vous êtes dans cette situation, enfin vous avez peut être besoin d'autres histogrammes mais certainement pas sur toutes les colonnes.