Database Error Messages

ORA-03305

(ORA-01858 details) invalid string value: string_value for format code: string_value
  • string_value: The character string that cannot be converted to a date.
  • string_value: Format code for which parsing failed.

Cause

The error supplements the preceding ORA-01858 error by providing the character string whose conversion to date failed.


Action

Use the character string to understand the preceding ORA-01858 error and take the action described in the ORA-01858 action text.