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: BITAND with large integers

Re: BITAND with large integers

From: Raj Jamadagni <rjamadagni_at_hotmail.com>
Date: 23 Dec 2003 04:14:57 -0800
Message-ID: <76772c3f.0312230414.2d3f7325@posting.google.com>


Matt,

utl_raw does what it advertises ... converts the value to a "raw" (me thinks hex) and then performs the specified operation. It has limitations as with everything else especially with length of operands. There more info in the Fine manual.

I recently used this to do XOR and it works as advertised, YMMV. Raj Received on Tue Dec 23 2003 - 06:14:57 CST

Original text of this message

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