I am using Oracle Apex Express 5.1.1.00.08. I have enough room on my table spaces. My workspace has currently 25 database applications and a total file size of 12 MB. I know at some point in the past populating a varchar2(4000) variable worked well. Today is not working anymore. All my variables are truncated at 999 characters. I tryed even with an hidden item from Apex; I populated it with more than 1000 characters and when I wanted to display the content of it I get 999 characters followed by ~ character.
Maybe I hit a limitation in Apex or it's a bug, I do not understand. I searched the internet, nothing found. I searched Administration pages of Apex, nothing found.
Do you have a clue about it?