Description
Currently if I have a table that contains clob/blob column, import/export operations on that table
throghs unsupported feature exception.
set schema iep;
set schema iep;
create table ntype(a int , ct CLOB(1024));
create table ntype1(bt BLOB(1024) , a int);
call SYSCS_UTIL.SYSCS_EXPORT_TABLE ('iep', 'ntype' , 'extinout/ntype.dat' ,
null, null, null) ;
ERROR XIE0B: Column 'CT' in the table is of type CLOB, it is not supported by th
e import/export feature.
Attachments
Attachments
Issue Links
- is blocked by
-
DERBY-2864 LOB import unexpectedly succeeds on corrupt data
- Open
- is related to
-
DERBY-2859 Misleading error message if you supply too many arguments to SYSCS_UTIL.SYSCS_EXPORT_QUERY_LOBS_TO_EXTFILE
- Open
-
DERBY-2860 Documentation problems for IMPORT/EXPORT LOBs feature
- Closed
- relates to
-
DERBY-2527 Add documentation for import/export of LOBS and other binary data types.
- Closed