How to convert raw to number in oracle 8
Does anyone know how to convert a raw data to number format ???
If i do: select dump(50,16) from dual, it will return bytes c1 33.
With this bytes in a raw variable, how can i convert it to a number variable in Oracle 8.
PS: Oracle 8 doesn't have utl_raw.cast_to_number function...
Thanx.