Inserting Data to CLOB
805350Nov 15 2010 — edited Nov 16 2010Hello,
We have a requirement to load the data from one table to another, the source table has the column datatype as "LONG" and the destination table has the datatype "CLOB".
I used the TO_LOB function to load the values from LONG to CLOB but the data does not get copied. Also there is no error showing up. After the insert execution, when i check the data in the destination column, its empty.
Please suggest on what might be going wrong and how do i insert data from the source to destination. The version of oracle that i am using is 8i_