達夢dmfldr資料快速載入
dmfldr資料快速載入
1.外部資料(文字)
[dmdba@shard1 ~]$ cat prod.dat ProdID,ProdName,Code,ReOrder,Cost,Price,PriSrc,SecSrc,ObsoletedDate 1001,DaMeng Database,Server,25,45.45,14.32,Redwood Shores,Reston, 1002,DaMeng Database,Server,15,55.78,50.10,Redwood Shores,Reston,2014-02-14
2.控制檔案
[dmdba@shard1 ~]$ cat prod.ctl load data infile '/home/dmdba/prod.dat' into table test_load fields ','
3.資料庫規劃表
create table test_load (prodid int, prodname varchar(40), code varchar(30), reorder int, cost int, price int, prisrc varchar(30), secsrc varchar(30), obsoleteddate date );
4.載入資料
[dmdba@shard1 ~]$ dmfldr sysdba/xxzx7817600 control='/home/dmdba/prod.ctl' dmfldr V7.1.6.46-Build(2018.02.08-89107)ENT error occured during getting control input.Make sure the input is embraced by charactor '
控制檔案輸入引數出錯,請確認以符號'作為首尾字元
[dmdba@shard1 ~]$ dmfldr sysdba/xxzx7817600 control=\'/home/dmdba/prod.ctl\' skip=1 dmfldr V7.1.6.46-Build(2018.02.08-89107)ENT dmfldr: Copyright (c) 2011, 2015, Dameng. All rights reserved. Control file: Loaded rows:All Rows per commit to server: 50000 Rows to skip: 1 Errors count allowed: 100 Whether to load direct: Yes Whether insert self-increase col: No Whether data has sort by gather index: No Character sets:GBK Data file counts: 1 /home/dmdba/prod.dat Error file :fldr.bad Dest table :TEST_LOAD Column Name Packed data type End PRODID CHARACTER , PRODNAME CHARACTER , CODE CHARACTER , REORDER CHARACTER , COST CHARACTER , PRICE CHARACTER , PRISRC CHARACTER , SECSRC CHARACTER , OBSOLETEDDATE CHARACTER , row buffer number is 4 task thread number is 4 2 rows committed. Dest table :TEST_LOAD 2 Rows loaded success Due to data format error, 0 rows abandon Due to data error, 0 rows not loaded Skip logic record counts: 1 Read logic record counts: 2 Refuse logic record counts: 0 The total time used: 26.677(ms)
或者
[dmdba@shard1 ~]$ dmfldr sysdba/xxzx7817600 control=\'\/home\/dmdba\/prod.ctl\' skip=1 dmfldr V7.1.6.46-Build(2018.02.08-89107)ENT dmfldr: Copyright (c) 2011, 2015, Dameng. All rights reserved. Control file: Loaded rows:All Rows per commit to server: 50000 Rows to skip: 1 Errors count allowed: 100 Whether to load direct: Yes Whether insert self-increase col: No Whether data has sort by gather index: No Character sets:GBK Data file counts: 1 /home/dmdba/prod.dat Error file :fldr.bad Dest table :TEST_LOAD Column Name Packed data type End PRODID CHARACTER , PRODNAME CHARACTER , CODE CHARACTER , REORDER CHARACTER , COST CHARACTER , PRICE CHARACTER , PRISRC CHARACTER , SECSRC CHARACTER , OBSOLETEDDATE CHARACTER , row buffer number is 4 task thread number is 4 2 rows committed. Dest table :TEST_LOAD 2 Rows loaded success Due to data format error, 0 rows abandon Due to data error, 0 rows not loaded Skip logic record counts: 1 Read logic record counts: 2 Refuse logic record counts: 0 The total time used: 30.680(ms)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26015009/viewspace-2698284/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 達夢dmfldr載入大欄位
- 達夢資料庫DM8之資料快速載入工具dmfldr使用方法資料庫
- 達夢資料裝載工具-dmfldr使用注意事項總結
- dmfldr快速匯出
- 【達夢】Docker安裝達夢資料庫 dm8Docker資料庫
- 達夢資料庫開發資料庫
- 初識達夢資料庫資料庫
- 達夢資料庫學習資料庫
- 達夢資料庫安裝資料庫
- 達夢遷移工具之MySQL資料庫遷移到達夢MySql資料庫
- 達夢資料庫基礎知識(三)達夢資料庫記憶體結構資料庫記憶體
- 達夢資料庫遷移資料/複製表/匯入匯出2資料庫
- 達夢資料庫基礎---表資料庫
- 達夢資料庫日常運維資料庫運維
- 達夢資料庫學習心得資料庫
- 達夢6.0試用之資料字典
- DBeave如何連線達夢資料庫,設定達夢驅動,真酷資料庫
- 達夢7資料庫初始化資料庫
- 達夢資料庫備份恢復資料庫
- 達夢資料庫之初步測試資料庫
- 達夢資料庫DCP培訓心得資料庫
- 達夢資料庫學習筆記資料庫筆記
- 達夢6.0試用之資料庫物件資料庫物件
- 達夢6.0試用之資料型別資料型別
- DataX將Oracle資料庫資料同步到達夢資料庫Oracle資料庫
- 織夢php資料庫配置檔案 織夢cms快速搭建PHP資料庫
- 達夢資料庫資料檔案遷移過程資料庫
- 資料庫國產化實戰之達夢資料庫資料庫
- 達夢資料庫Disql用法詳解之Disql啟動與登入資料庫SQL
- 達夢資料庫圖形化作業管理資料庫
- 達夢資料庫統計資訊詳解資料庫
- 達夢資料庫引數調整方法資料庫
- 達夢透明分散式資料庫介紹分散式資料庫
- 達夢資料庫全文索引簡介資料庫索引
- 達夢8資料庫的狀態模式資料庫模式
- 達夢資料庫索引結構詳解資料庫索引
- 達夢資料庫odbc的安裝教程資料庫
- 配置達夢資料庫同構DBLINK資料庫