Re: how to compare variables in hex format?
From: Scott Watson <swatson_at_datachest.com>
Date: Thu, 26 Jul 2001 15:01:42 -0400
Message-ID: <YKZ77.20630$A4.2184593_at_news20.bellglobal.com>
Date: Thu, 26 Jul 2001 15:01:42 -0400
Message-ID: <YKZ77.20630$A4.2184593_at_news20.bellglobal.com>
This might help get you started.
DATA0025-SYS_at_swtest > select to_number('FFF','XXXXXXXX') from dual;
TO_NUMBER('FFF','XXXXXXXX')
4095
Elapsed: 00:00:00.60
DATA0025-SYS_at_swtest > select to_char(4095,'XXXXXXXX') from dual;
TO_CHAR(4
FFF
"Raffaele D'Alba" <raffaele.d'alba_at_snamprogetti.eni.it> wrote in message
news:3b5ece05$1_at_adm.eni.it...
> Hi folks,
>
> I need to compare variables in hex format
> for example: InData & 0x000000ff....
>
> anybody can you give me some hints?
>
> I'm working with Oracle7 Server 7.3.4.0.0 and PL/SQL 2.3.4.0.0
>
> Thanks
>
>
Received on Thu Jul 26 2001 - 21:01:42 CEST