DavidWang1996 发表于 2007-08-20 20:18

请教坛内大侠们!

小弟在使用informix数据库时,用dbexport导出的一个数据库包,现想用dbimport 恢复到本服务器中,已换库名,导入到其中一张表时停住出现如下信息:


{ TABLE "ztyb".dsr row size = 36 number of columns = 5 index size = 49 }
{ unload file name = dsr__00112.unl number of rows = 23842 }

create table "ztyb".dsr
(
    chcxh integer not null constraint "ztyb".n286_1503,
    tdxh integer not null constraint "ztyb".n286_1504,
    dsrlb varchar(1) not null constraint "ztyb".n286_1505,
    dsrbm varchar(12) not null constraint "ztyb".n286_1506,
    dsr varchar(12) not null constraint "ztyb".n286_1507
);
*** Import data is corrupted!

0 - Unknown error message 0.

大家给分析一下,指点小弟一二,不胜感激了!   599258016

aite76 发表于 2007-08-20 21:50

昨天到库,我也碰到过,进去看了一下,发现是unl文件比sql里描述的行数多了一行,我没有理,继续了

czw1413_cn 发表于 2007-08-24 21:53

DavidWang1996 发表于 2007-08-25 18:08

感谢各位的回复!

小弟现在用的就是dbimport ,导到这个表时报出的错,还有什么高见吗?大家:em06:em16:

DavidWang1996 发表于 2007-09-04 16:47

问题还是没有解决呀!大家出个主意喽:em16:
页: [1]
查看完整版本: 请教坛内大侠们!