Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to assign Very Long Text string ( of type CLOB) to APEX Item using PL/SQL code

Amit_ApexJun 20 2017 — edited Jun 23 2017

Hi,

How could we assign dynamically generated string  ( Data type - CLOB) to Oracle Apex Item ( I guess its by default type is Varchar2)

    :P40_SELECTEDItems :=   selected_values;

in this above code  selected_values contains very large text string but when trying to assign it to Apex Item P40_SELECTEDItems - Getting an error ORA-06502: PL/SQL: numeric or value error: character string buffer too small

while page is submitting.

So we have any solution for it???

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 21 2017
Added on Jun 20 2017
9 comments
1,820 views