Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-01830 in the database upgraded from 11g

User_MRV27Mar 10 2020 — edited Mar 10 2020

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

Comments

Processing

Post Details

Added on Mar 10 2020
1 comment
404 views