Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.oracle -> Re: how can i find out the bitwise OR in oracle

Re: how can i find out the bitwise OR in oracle

From: Douglas Hawthorne <douglashawthorne_at_yahoo.com.au>
Date: Sun, 20 Jun 2004 07:55:04 GMT
Message-ID: <spbBc.45557$sj4.14555@news-server.bigpond.net.au>


"Res" <rnjavally_at_yahoo.com> wrote in message news:edd268ae.0406192023.630b937c_at_posting.google.com...
> hi all,
>
> would you please help me to do a bitwise or .
>
> i need to findout the bitwise or of a variable and 1 to 7 numbers.
>
> is there any built in functions like BITAND available in oracle.
>
> thanks in advance

Res,

Have a look at the UTL_RAW package with the BIT_OR subprogram on p.161-7 of the "Oracle 10g PL/SQL Packages and Types Reference" manual.

Douglas Hawthorne Received on Sun Jun 20 2004 - 02:55:04 CDT

Original text of this message

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