For a bitwise AND operation Oracle has a built-in function BITAND(), it has been available since ancient history but it hasn't been documented until 8i. It is used extensively inside oracle's datadictionary views.
For any other types of bitwise operations you'll have to use UTL_RAW package like Shestakov suggested.




Reply With Quote