Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> display character directly from raw field

display character directly from raw field

From: <u914703369_at_spawnkill.ip-mobilphone.net>
Date: Fri, 09 Mar 2001 03:25:16 GMT
Message-ID: <l.984108317.1647430419@heat.singnet.com.sg>

Hi,

From Oracle manual, there are two function : hextoraw and rawtohex, from hextoraw I can convert hex string become raw type and save it.

But when I retrieve it, it will automatic convert as hex and display, does any way to force program does not convert it and display as string.

e.g.

select hextoraw('4142'), rawtohex('AB') from dual;

==> 4142 4142

And what I need is :

==> AB 4142

Thanks.

Jung-Pin  

-- 
Sent  by jungpin.wang  from usa subpart of  net
This is a spam protected message. Please answer with reference header.
Posted via http://www.usenet-replayer.com/cgi/content/new
Received on Thu Mar 08 2001 - 21:25:16 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US