How to export clob field data\'s in oracle sql developer. Currently clob field data\'s can\'t export in oracle sql developer.
I have same problem when i try to export insert, fields that are clob or blob then it not included in insert query.
This is Problem due to insert limit that is not avail to clob datatype size.
Solution:
I export data in XML or PDF or loader or Json. Then i got data that is clob or blob.
Tools > Database Export > select connection > uncheck export DDl if you want only data > check export data > select format: XML > next > next > next > next >finish.
open file where you save that XML file and verify.
enjoy...