Oracle Apex how to save field with value more than 32K to database
Hi All
I have oracle apex version: 20.2
I have one field with data more than 32K,
data populated successfully into that field using javascript "apex.item( "P10_IMG" ).setValue();"
I need to save this data into the database, I tried the following methods but all failed, please help
I tried direct insert into a table with CLOB column
I tried to push the data to stored procedure with CLOB in parameter
Note: the data need to be saved into the database before submitting the page using one custom button
Thanks ...