Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 21c
  • 19c
  • 19c
Updated
Jun 24, 2024

OCI-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.