Hi,
I am extracting data from a text file which is stored as a clob in the table. I wrote a function to extract this information. It works fine for smaller files. It did not return anything for one of the clob which has has a file of size 142kb. I guess its beacuse of the size limit for clob (4000 characters)/ datatype varchar2 limit (32767).
Is there a way to deal with such big file size? or how do I modify my clob to read this file?
Thanks.
I am extracting data from a text file which is stored as a clob in the table. I wrote a function to extract this information. It works fine for smaller files. It did not return anything for one of the clob which has has a file of size 142kb. I guess its beacuse of the size limit for clob (4000 characters)/ datatype varchar2 limit (32767).
Is there a way to deal with such big file size? or how do I modify my clob to read this file?
Thanks.