Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Help...128 bit numbers needed in oracle 126 bit world
Couldn't you use a varchar field and just store the number in
Hexadecimal.
FFFF FFFF FFFF FFFF a field of size VARCHAR(16).
brian engelhardt wrote:
> Hi,
>
> We need to represent userid's in a 128 bit format, unfortunately
> oracle does 38 digit decimal or 126 bit binary numbers.
>
> Does anybody know how to work around this efficiently?
>
> Thanks
Received on Wed Apr 19 2000 - 00:00:00 CDT
![]() |
![]() |