Create a Histogram on a Specified Column
August 21st, 2007 By srinivas.vangari
Hi,
We have a requirement to create a histogram on a specified column (release_flag) using FND_STATS.LOAD_HISTOGRAM_COLS(). This column has only two values ‘N’ and ‘Y’. We need to create the histogram on this column for the value of Flag status ‘N’.
Please share your views, syntax and advice to create the histogram.
This would be a great help to me.
Regards,
Srinivas vangari.

August 21st, 2007 at 10:08 pm
You may find the following article helpful: Judicious Use of Histograms in SQL Tuning (PDF).