Database Error Messages

ORA-01858

A non-numeric character is found while looking for a numeric character with date format 'date_format'.
  • date_format: The date format string that is used for the date conversion.

Cause

The input data to be converted using a date format is incorrect. The input data does not contain a number where a number is required by the date format.


Action

Fix the input data or the date format to ensure that the elements match the number and type. Retry the operation.