|
Also see following error messages: OCI-01858: a non-numeric character was found where a numeric was expected ORA-01858: A non-numeric character was found where a numeric was expected
An alpha numeric character was found when a numeric character was expected. eg.:
Fix the input string or change the format mask in order to resolve the error.
It can happen sometimes that you are expecting this error, but you still get a correct date. eg.:
This is standard Oracle behaviour (string to date conversion rules). Oracle tries to convert the string (OCT) to a valid month before applying the format mask. If you do not want this behaviour, use the FX formatting. eg.:
Forum Messages
Add your message for ORA-01858
| |||
