可以通过其他途径来解决,另,utlraw.sql带了的函数:BIT_XORBIT_XOR function
This function performs bitwise logical "exclusive or" of the values in RAW r1 with RAW r2 and returns the "xor'd" result RAW. If r1 and r2 differ in length, then the "xor" operation is terminated after the last byte of the shorter of the two RAWs, and the unprocessed portion of the longer RAW is appended to the partial result.The result length equals the longer of the two input RAWs. Syntax
UTL_RAW.BIT_XOR (r1 IN RAW,r2 IN RAW) RETURN RAW;