Citation:
ORA-01861: literal does not match format string
Cause: Literals in the input must be the same length as literals in the format string (with the exception of leading white space). If the "FX" modifier has been toggled on, the literal must match exactly, with no extra white space.
Action: Correct the format string to match the literal.
Cette erreur se produit souvent lorsqu'on fait un to_date sans préciser le format de la date (=> oracle prend le format de la base, qui n'est pas forcément celui de la chaine de caractère)