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

Home -> Community -> Usenet -> c.d.o.server -> Re: Hex to Dec

Re: Hex to Dec

From: Andrew Protasov <a_protasov_at_hotmail.com>
Date: Sun, 14 Feb 1999 00:47:42 GMT
Message-ID: <7a56fd$96n$1@nnrp1.dejanews.com>


Hi,

Did you try dump function?

SVRMGR> select rawtohex(a) from test_tab; RAWTOHEX(A)


Andrew Protasov

In article <79u6if$5i_at_romeo.logica.co.uk>,   "Jeroen van der Goorbergh" <GoorberghJ_at_Logica.com> wrote:
> Hi,
>
> I've got the following, rather simple, problem: I've got a column (RAW)
> filled with binairy data (MS byte ordering) and I want to convert the data
> to decimal values. I presumed Oracle would have a simple function for this
> and but having extensively searched through the documentation I still
> haven't found a simple solution. Am I overlooking something or do I have to
> write the procedure myself?
>
> Thanks in advance,
>
> Jeroen van der Goorbergh
>
>

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Sat Feb 13 1999 - 18:47:42 CST

Original text of this message

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