Monthly Archives: December 2009

make div align center

use style as: .style{margin-left:auto;margin-right:auto;} or .style{margin:0 auto;} for short

Posted in css | Tagged | Leave a comment

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