I need to convert data which from RAW datatype to varchar2, here the query i used SELECT utl_raw.cast_to_varchar2(VALUE2) FROM TABLE
VALUE2 i see from ORACLE is 3F but once it converted to varchar2, the result become ?
Anyone can explain why it become ? instead of string value ?