Category Archives: oracle

ORACLE UTL_RAW.BIT_AND

eg. select to_number(UTL_RAW.bit_and(to_char(1), ’3′)) from dual;

Posted in oracle | Leave a comment