How to convert RAW to Varchar2
407338Dec 7 2006 — edited Dec 7 2006Hi gurus,
This function sys_guid() returns a RAW. Is there any way to convert it into a Varchar2? to_Char will result in an error ORA-00932: inconsistent datatypes: expected NUMBER got BINARY. What is the proper way to convert it into a varchar2? Is that possible?
Thanks.
Ben