9.1 Script to Check Histograms on Oracle Banking Trade Finance Schema
Following script would have to be executed in the Oracle Banking Trade Finance schema:
select distinct table_name
from
(
select table_name from user_tab_columns where histogram!='NONE'
)
Should return No Records
Parent topic: Known Issues