Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: looking for bitwise operators in PL/SQL
Take a look at UTL_RAW package. It only works with RAW values, but exposes
BIT_AND, BIT_OR, BIT_XOR and BIT_COMPLEMENT functions.
-- Vladimir Zakharychev (bob@dpsp-yes.com) http://www.dpsp-yes.com Dynamic PSP(tm) - the first true RAD toolkit for Oracle-based internet applications. All opinions are mine and do not necessarily go in line with those of my employer. "Friedrich Strigl" <friedrich.strigl_at_siemens.at> wrote in message news:a8jens$rkk$1_at_news.siemens.at...Received on Fri Apr 05 2002 - 06:15:54 CST
> I only found number function BITAND in Oracle documentation .
> A bitwise OR would be very helpfull for my task.
>
> Thanks for any response
> Fritz
>
>
>
![]() |
![]() |