Search notes:

DBMS_STATS.CONVERT_RAW_VALUE

Oracle stores some optimizer statistical values (minimum, maximum, histogram endpoints) as raw values.
dbms_stats.convert_raw_value converts such a raw value back to the original data type and value.
See columns related to statistics in dba_tab_cols.

See also

The dbms_stats.convert_to_<datatype> functions.
dbms_stats.conv_raw is a function that returns the text corresponding to a raw value.
dbms_stats

Index