Couldn't find anything at forum so writing...
Oracle date format doesn't change through alter session adjustments. Seems an application takes it once on load from nls_database_parameters and that's all. Also manual edit in grid calendar submits wrong year: years XX00-XX68 transfer 2000-2068 and XX69-XX99 do 1969-1999 whatever it could be 1812 or 1799.
Database nls_date_format in that case was 'DD-MON-YY', possible impact.
Found both in 12, 13 versions
----------------------
Oracle date format doesn't change through alter session adjustments. Seems an application takes it once on load from nls_database_parameters and that's all. Also manual edit in grid calendar submits wrong year: years XX00-XX68 transfer 2000-2068 and XX69-XX99 do 1969-1999 whatever it could be 1812 or 1799.
Database nls_date_format in that case was 'DD-MON-YY', possible impact.
Found both in 12, 13 versions
----------------------
SQL:
select to_date('29.02.1500', 'DD.MM.YYYY') from dual;
00-h:mm:ss-00
Last edited: