Skip to Main Content

APEX

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-01843: not a valid month

devlarryDec 8 2021

I have a view that is taking two timestamps and giving me the days, hours and min difference. It is working in SQL Developer showing correctly. When I create an interactive or classic report off the view I get an ORA-01843: not a valid month error off the day, hour minute fields. The view columns show these columns as numbers. I even tried to TO_CHAR them and still get the same result. If I turn off those columns the report shows the other data including the timestamps correctly. Does anyone have any ideas what is happening?
SQL Developer
sld_img.pngOracle DB 19C
Application Express 21.1.2

Comments
Post Details
Added on Dec 8 2021
8 comments
2,747 views