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!

Image upload and date with custom solution

user-zw4kyOct 20 2023 — edited Oct 20 2023

Hello!

I'm currently developing an Apex application with custom SQL/PLSQL solutions (and a little JS for messages). For the insert and update I'm using a custom button that (with a dynamic action) calls a package whick does the insert or update based on the current region datas. Everything is written in the table nicely, except the image file and the date. Tried a lot of things but it doesn't work for me.

If i trie to upload a picture with the file browse, I get this error message: Ajax call returned server error ORA-01403: no data found for ajax_set_session_state.

With the date I doesn't get an error, it just simply doesn't get written to the table. Maybe it's a format error?

Do you have an solution for this?

Comments
Post Details
Added on Oct 20 2023
7 comments
927 views