I work in a large-scale IT support environment. Twice we found an invalid date 02/31/2157 inserted in an Oracle DATE column. So far, I have not been able to reproduce this problem, but sometimes this happens when the user tries to save '00 / 00/0000 'in a column. I believe this value comes from the PowerBuilder DataWindow update.
The application uses many libraries for all kinds of technologies, so this question may be a little vague, but ...
Has anyone seen the date 02/31/2157 in some installed library that Oracle might not be able to execute when some other incorrect date is entered? Perhaps a concept of the end of time similar to the start date of 1/1/1970?
source share