Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Date Format Picture?
The third-party software may have been written running against a database with a different default date format (NLS_DATE_FORMAT) than yours. It used an implicit date conversion, which assumes the default format. The implicit date conversion does not work in your environment because the default format is different.
This is bad coding in any environment. Date conversions should be specified explicitly to avoid this kind of breakage.
Cherie Machler wrote:
>
> Our users are getting an ORA-1830 error from a third-party
> vendor app.
>
> The error text says date format picture ends before converting entire
> input string. I looked the error up and read the Cause and Action.
> Cause: A valid date format picture included extra data. The first
> part of the format picture was converted into a valid date, but the
> remaining data was not required.
> Action: Check the specifications for date format pictures and
> correct the statement.
>
> My question is: What does the word picture mean in this context?
> I can not find reference to a date format picture in my manuals.
> I'm unsure how to explain this to our users as I don't really
> understand the phrase data format picture.
>
> Can anybody shed any light on this?
>
> Thanks in advance for your enlightenment.
>
> Cherie
Received on Wed Oct 08 1997 - 00:00:00 CDT
![]() |
![]() |