Database Error Messages

OCI-01830

The string being converted to a date is too long to match the date format 'date_format'.
  • date_format: The date format string used for the date conversion.

Cause

The string is too long with the specified date format.


Action

Ensure that the specification of the date format and input string match each other and retry the operation.