hi,
i have an old oracle database in which there is a field of type LONG(max size is 2GB)
Now earlier it used to work fine but with time data we started putting was of size much more than 2GB so we started facing trouble.
I can not change the field type from LONG to CLOB since that will create a lot of trouble as innumerable changes will have to be made to the product to deal with the CLOB type.
Dividing data into chunks and then putting is an option but how do we do that??
Can someone suggest a way to handle this . Preferably code or a link to the code.