Dear All,
I had a problem retrieving a clob from the database and displaying it in an apex Check box. The reason for this is it is a very large clob and Apex item have a 32k character (byte) limit. This is because PL/SQL treats oracle apex page items as varchars not clobs and varchars have a maximum size. Anything over that size will not be displayed.
I checked one blog about these problem and also applied but problem is not solved.
[http://mayo-tech-ans.blogspot.com/2013/06/displaying-large-clobs-in-oracle-apex.html][1]
Database Version ::: 12.1.0.2.0
Apex Version ::: 5.1.4
Thanks in advance
Regards,
Sultan