I have a column Month in my table. The month name and date are stored in this month column like
Month 01-JAN-12 02-FEB-12
select to_char(to_date('01-JAN-12','dd-mon-yy'),'mm') from dual;