Oracle Application Express (MOSC)

MOSC Banner

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 ...

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center