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 -> Re: looking for bitwise operators in PL/SQL

Re: looking for bitwise operators in PL/SQL

From: Vladimir M. Zakharychev <bob_at_dpsp-yes.com>
Date: Fri, 5 Apr 2002 16:15:54 +0400
Message-ID: <a8k4f4$40u$1@babylon.agtel.net>


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...

> I only found number function BITAND in Oracle documentation .
> A bitwise OR would be very helpfull for my task.
>
> Thanks for any response
> Fritz
>
>
>
Received on Fri Apr 05 2002 - 06:15:54 CST

Original text of this message

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