HOW TO SPLIT A HUGE SIZE CLOB INTO MULTIPLE OF SMALLER CLOB ?
We have a table with one of the column as clob. Clob is expected to be as big as 2GB. Our requirement is to split this clob in multiple parts and each of these parts should not be bigger than 250MB. These multiple parts would be inserted to a different table and related by arbitrary keys.
Anyone has idea how to do this, Please?
Thanks
Mukeshkumar
0