If my session's NLS_DATE_FORMAT is set to DD Mon YYYY.
Why is it that SELECT DATE '2019-01-01' FROM DUAL;
work fine.
While SELECT TO_DATE('2019-01-01') FROM DUAL;
give a ORA-01861: literal does not match format string error?
source: ExamTopics_1Z0-071_107