I have a RAW field in my Oracle database that represents the date of user registered in system.
The value is something like 24E2321A0000000000
However I need convert the value to the date it represents (etc 2008-12-25 15:04:31).
I tried with totimestamp
(see this sqlfiddle) but that didn't work.