I am trying to alter the session date format to "YYYY-MM-DD HH:MI:SS:FF6"
ALTER SESSION SET NLS_DATE_FORMAT = 'YYYY-MM-DD HH:MI:SS:FF6'
is what I'm trying to use and it's giving me the error ORA-01821 "date format not recognized".
What am I doing wrong?