| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> Re: Bitand Question
Ron wrote:
> Hello Terri,
>
> This may be Oracle bug 1355836 - bitand() returns true for any bit
> position if bit 31 is set.
>
> Bug is fixed in Oracle9i.
>
Confirmed:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning, Oracle Label Security, OLAP and Oracle Data
Mining options
JServer Release 9.2.0.4.0 - Production
SQL> select bitand(power(2,31),power(2,30))+0 from dual 2 ;
BITAND(POWER(2,31),POWER(2,30))+0
0
-- Regards, Frank van BortelReceived on Wed Mar 10 2004 - 15:22:06 CST
![]() |
![]() |