11gR2 : Gathered vs fixed statistics ?
How to check if table/index statistics where gathered (DBMS_STATS.GATHER_TABLE_STATS DBMS_STATS.GATHER_INDEX_STATS ...)
OR
fixed (DBMS_STATS.SET_TABLE_STATS DBMS_STATS.SET_INDEX_STATS DBMS_STATS.SET_COLUMN_STATS ...)
Best regards.
GD.