SQL> SQL> select utl_raw.bit_and( '01', '0302' ) from dual; UTL_RAW.BIT_AND('01','0302') ---------------------------------------------------------------------------------------------------- 0102 1 row selected. SQL> --