Convert RAW Hash to String
945924Jun 26 2012 — edited Jul 19 2012Hi Guys,
I'm not an Oracle guy, I'm trying to help a DBA who has issue converting a HASH into a string. I told me that what he tried return weird characters, upside-down ?, etc ...
So can you please let us know how to convert this into a clean String
select fnd_crypto.hash(utl_raw.cast_to_raw(sysdate)) from dual
Thank you for your help