Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Question about Raw values
9.2.0.4
Solaris
When querying the high_value and low_value columns (RAW datatype) from the *_tab_col_statistics table I would like to see the output in a readable format no matter if the column is a date,number or varchar2. I tried utl_raw.cast_to_varchar2 but that only works if the data is varchar. Do I have to write my on function or is there a built-in function that already does this conversion?
Thanks,
Mark