Hi All,
I am working in DB2 and trying to export data from a table.
DDL for my table is
I have to add some content to the CLOB column and then have to put it back into the table. But I am not able to put the whole data back into the table using import. that is destroying my webpage alignment.
CLOB contains a HTML code for a webpage.
I am editing the lob file through textpad before importing it.
I am using DB2 v8.1.2.96" FixPak10 on Linux
Please help me and Thanks a lot in advance
R
I am working in DB2 and trying to export data from a table.
DDL for my table is
Code:
CREATE TABLE "CMMETA "."CMREF" ( "SITECODE" SMALLINT , "CMPNTKEY" CHAR(32) , "CMPNTKIND" SMALLINT , "UPDT_TS" TIMESTAMP , "CMPNTVALUE" CLOB(32700) LOGGED NOT COMPACT ) IN "USERSPACE1" ;
CLOB contains a HTML code for a webpage.
I am editing the lob file through textpad before importing it.
I am using DB2 v8.1.2.96" FixPak10 on Linux
Please help me and Thanks a lot in advance
R
Comment