How can I determine the histogram TYPE per column in a 9i database
Please could someone help me the smple question below, I have looked for a couple of hours through various documentn but have had no joy.
I am trying to determine what histogram types (height or value/frequency) we have in our 9i database.
I can see in an 11 database that this can be found by the following...
select histogram from dba_tab_col_statisticsThis column does not exist in 9i.
Neil