I have a problem in Oracle, I need to generate inserts but the table have columns CLOB but I don't get information when generate the insert.
Someone know how to generate inserts with complete information using PL / SQL Developer preferably.
Thanks in advance.
I generate this
insert into spr_dat.spr_requerimientos (PLANTILLA_ENTRADA, PLANTILLA_RESPUESTA)
values ('<CLOB>', '<CLOB>');
I drop some pictures about problem.
Columns type CLOB https://github.com/jquishpe/image_oracle/blob/master/error01.png
Export results in SQL file https://github.com/jquishpe/image_oracle/blob/master/error02.png
Inserts https://github.com/jquishpe/image_oracle/blob/master/error03.png
Extract information https://github.com/jquishpe/image_oracle/blob/master/error04.png
Error when export table https://github.com/jquishpe/image_oracle/blob/master/error05.png
Database: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
PL/SQL Developer: Version 12.0.7.1837 (64 bit) 01.226959