達夢dmfldr載入大欄位
dmfldr載入大欄位
1.外部資料
[dmdba@shard1 ~]$ vi t1.txt 1,aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
2.建立控制檔案
[dmdba@shard1 ~]$ vi t1.ctl load data infile '/home/dmdba/t1.txt' into table test_lob fields ','
3.建立表
SQL> create table test_lob(id int,name clob); executed successfully used time: 51.594(ms). Execute id is 7552.
[dmdba@shard1 ~]$ dmfldr sysdba/xxzx7817600 control=\'\/home\/dmdba\/t1.ctl\' 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: 0 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/t1.txt Error file :fldr.bad Dest table :TEST_LOB Column Name Packed data type End ID CHARACTER , NAME CHARACTER , row buffer number is 4 task thread number is 4 not set lob dir 0 rows committed. Dest table :TEST_LOB 0 Rows loaded success Due to data format error, 0 rows abandon Due to data error, 1 rows not loaded Skip logic record counts: 0 Read logic record counts: 1 Refuse logic record counts: 1 The total time used: 38.056(ms)
上面顯示拒絕載入了一行記錄也就是說資料沒有載入成功。
在載入大欄位時需要指定direct=false選項
[dmdba@shard1 ~]$ dmfldr sysdba/xxzx7817600 control=\'\/home\/dmdba\/t1.ctl\' direct=false 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: 0 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/t1.txt Error file :fldr.bad Dest table :TEST_LOB Column Name Packed data type End ID CHARACTER , NAME CHARACTER , 1 rows processed. Dest table :TEST_LOB 1 Rows loaded success Due to data format error, 0 rows abandon Due to data error, 0 rows not loaded Skip logic record counts: 0 Read logic record counts: 1 Refuse logic record counts: 0 The total time used: 229.173(ms)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26015009/viewspace-2698285/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 達夢dmfldr資料快速載入
- 達夢資料裝載工具-dmfldr使用注意事項總結
- 達夢資料庫DM8之資料快速載入工具dmfldr使用方法資料庫
- 多欄位登入
- 記如何在預載入中指定查詢的欄位
- MySQL 大欄位問題MySql
- 通用首部欄位詳解-四大首部欄位之一
- ORACLE LOB大欄位維護Oracle
- 請求首部欄位詳解-四大首部欄位之一
- 達夢資料庫DM管理工具如何新增修改刪除資料庫欄位資料庫
- Laravel 中關聯模型查詢 +with 預載入中 select 必需欄位Laravel模型
- C語言結構聯合位欄位知識體系總結大學霸IT達人C語言
- pydantic 欄位欄位校驗
- 織夢多行文字自定義欄位 支援自動換行
- fastadmin 新增欄位記圖片欄位AST
- dmfldr快速匯出
- 達夢DIsqlSQL
- [BUG反饋]模型管理 > 欄位管理看不見任何欄位。這表明顯有欄位、!模型
- ElasticSearch搜尋欄位不需要計入得分Elasticsearch
- 包括clob segment 大欄位 表的大小統計
- 編輯功能-載荷裡空欄位沒有傳
- sql語句修改欄位型別和增加欄位SQL型別
- 【Mongo】mongo更新欄位為另一欄位的值Go
- kettle從入門到精通 第八十課 ETL之kettle kettle中的json物件欄位寫入postgresql中的json欄位JSON物件SQL
- 欄位排除功能
- 模型追加欄位模型
- 表單欄位
- 如何對登入介面加密欄位進行暴破?加密
- SpringJpa @query 中根據傳入引數(欄位)排序Spring排序
- C#快速入門教程(5)——欄位與屬性C#
- 達夢安裝
- 快速將下劃線欄位改為駝峰欄位
- 【達夢】Docker安裝達夢資料庫 dm8Docker資料庫
- MySQL8.0大表秒加欄位,是真的嗎?MySql
- Mysql多欄位大表的幾種優化方法MySql優化
- Mybatis 一對多延遲載入,並且子查詢中與主表欄位不對應 (19)MyBatis
- arcgis欄位值計算(擷取A欄位前8位+按照順序計算8位)
- 將資料庫照片大欄位下卸到檔案系統,照片檔名以某一個欄位命名資料庫