Hello,
I am migrating from 11g ...
Apparently below construction works in 11g but does not in 12c or 19c:
select TO_TIMESTAMP('2020-03-10 14:30:00.000000','YYYY-MM-DD HH24:MI:SS.FF3') from dual;
In later releases it raises ORA-01830 error -"date format picture ends before converting entire input string"
Is it supposed to work this way in 12c+?
Are there any patches or session/system parameters to simulate 11g behavior?
Please advise.
Thanks,
Andrew