Oracle date format
Hi,
I am trying to get the month number from this date format '19-OCT-12' . when i try to run the below statement i am getting an error like "not a valid month"
select to_date('19-OCT-12','MM') from dual
i need to get value as 10 can you please help me.
Regards