Database Error Messages

ORA-01861

Literal does not match the format 'string_format'.
  • string_format: The format string that is used for the conversion.

Cause

The specified literal does not match the specified format, excluding leading spaces.


Action

Correct the format string to match the value or the value to match the format string. If no format string has been specified, make sure the default format requirements (as set by the NLS parameters of the session) match the specified value. Leading spaces do not have to be removed.