Hello,
i would like to execute bit to bit query like this with sqlserver :

SELECT a_int_value ^ b_int_value
FROM bitwise

How can i do with oracle ?
^ and | operators does not exist..

thanks