Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: bitwise NOT operation in oracle
"Debu Das" <debu_at_rheal.com> wrote in message
news:298f0e41.0403180231.29e9bf79_at_posting.google.com...
> Hi Friend,
>
> Does oracle support a bitwise NOT operation?
>
> I have found bitand() function and other operation developed by using
> it, but how do i use this function and develop NOT operation?
>
> Have somebody have already done it.
>
> Any information provided will be greatly appreciated.
>
> Thanks in advance,
>
> Debu
Debu,
Have you checked out the UTL_RAW package in the 9i Supplied PL/SQL Packages
and Types Reference manual? See
http://asktom.oracle.com/pls/ask/f?p=4950:8:14510903153211798650::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:1411403873207,
for some more details.
Douglas Hawthorne Received on Thu Mar 18 2004 - 05:29:58 CST