how to extract day and month from dOB in oracle code example Example: oracle sql day of month from date select extract(day from systimestamp) from dual;