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 -> Oracle 8.0.5 and bitand()

Oracle 8.0.5 and bitand()

From: Jochen Lübbers <luebbers_at_tde-online.de>
Date: Thu, 11 Nov 1999 09:32:36 +0100
Message-ID: <382A7F24.AF16CDC5@tde-online.de>

Hi,

I've a little problem with the function "bitand" on Oracle 8.0.5:

On Version 7.3.2 I could use the build in function "bitand" without any problems on rows of the type "smallint".

But after migrating to Oracle 8.0.5 it does no langer work :( e.g.

    select bitand(gruppe,128) from [...];     ERROR:
    ORA-00932: inconsistent datatypes

I allways get this error message.
But why? And ecen more interessting, what can I do to get the correct result
128 or 0 (in the above example)??

Thanks for your help
J.L. =

Jochen Lübbers                          luebbers_at_tele-data-electronic.d=
e
Software Development Group I            luebbers_at_tde-online.de
TDE - Tele Data Electronic GmbH              sw1_at_tde-online.de
Received on Thu Nov 11 1999 - 02:32:36 CST

Original text of this message

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