0

加载步骤

  1. .LOGTABLE truser2.logtable;
  2. .LOGON 127.0.0.1/truser2,trpass2;
  3. .begin 导入 mload 表coldata_test WORKTABLES wt_test1 ERRORTABLES wt_test1 uv_test1 ERRLIMIT 1000 CHECKPOINT 100000 AMPCHECK NONE;
  4. .layout test_layout; .field col01 * varchar(255); .field col02 * varchar(255); .field col03 * varchar(255);
  5. .DML 标签 test_insert
  6. 忽略丢失的更新行
  7. 插入缺失的更新行;
  8. 更新coldata_test SET col02 =:col02 ,col03 = :col03 where col01 = :col01;

  9. 插入coldata_test值(:col01,:col02,:col03);

  10. .IMPORT INFILE /home/tdatuser/bin/data2.dat LAYOUT test_layout FORMAT VARTEXT ',' APPLY test_insert;

  11. .END MLOAD;
  12. 。注销;

data2.dat :​​ abdfe,aasf,xxcvf

结果:此 MultiLoad 导入任务无法继续:RDBMS 报告了意外的 MultiLoad 阶段,即数据采集。

什么问题??

4

0 回答 0