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-01465 invalid hex number on an Apex form update

patfmndAug 20 2014 — edited Aug 22 2014

Hi,

I am getting the above error when all I am doing is adding normal text data to a form which happens to include a file upload, but the error is not happening when I upload a file. It is happening when I add data to a text area to what is a varchar2 field, not when I upload a file. This is in Apex 4.2.4

error2.gif

If I just enter a single string of text, the data gets updated without error, but the text area is varchar2(4000) so I don't understand why I am getting this error. Below is data entry that is successful-- no error message, data is updated.

. no_error.gif

Help on what to look at to find the cause of this error would be appreciated.

Pat

This post has been answered by patfmnd on Aug 22 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 19 2014
Added on Aug 20 2014
3 comments
1,883 views