Problem with length of a CLOB datatype
Hi,
In my application, I have a page with an interactive report of written blogs - on this page, you can add a new blog (text area - CLOB datatype), view a blog or edit a blog.
There is something going wrong with the size of the blog text. I know APEX can only accept 32K text and I've seen the Saving a Large Value thread, but that's not the solution to my problem.
The problem is that when i add a blog with say approximately 4000 characters, it gets saved in the database but from the interactive report, when I click on the view or edit icon for that blog, the blog text field shows up empty. For small blogs (< 4000 characters), there is no problem.
Does anyone know why this is happening and how to solve this problem?
Thanks!