I have to show oracle database table data in oracle apex interactive report. This table has a clob column(mime type: text/plain).
I am able to successfully display clob data in oracle apex interactive report as guided in below post https://www.foxinfotech.in/2019/12/displaying-clob-contents-in-oracle-apex.html
Now, I should be able to edit clob column data and save the updated clob data back to database. But I am unable to do this.
Can some one help with this?