SQL> -- Proper use of default format mask.SQL> SELECT TO_DATE('06-Jan-67') "Correct" from DUAL;Correct---------06-JAN-67SQL>