達夢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使用方法資料庫
- 利用PLSQL包載入CLOB欄位SQL
- Oracle lob載入bfile資料到blob欄位中Oracle
- MySQL 大欄位問題MySql
- Oracle中的大欄位Oracle
- 記如何在預載入中指定查詢的欄位
- 織夢後臺新增自定義欄位樣式修改
- 通用首部欄位詳解-四大首部欄位之一
- ORACLE LOB大欄位維護Oracle
- 請求首部欄位詳解-四大首部欄位之一
- 達夢DIsqlSQL
- 織夢多行文字自定義欄位 支援自動換行
- pydantic 欄位欄位校驗
- Laravel 中關聯模型查詢 +with 預載入中 select 必需欄位Laravel模型
- 【實驗】【SQL*Loader】使用SQLLDR將資料載入到CLOB欄位SQL
- dmfldr快速匯出
- Oracke大欄位Blob匯出到檔案
- 多欄位登入通用解決方案
- 達夢安裝
- 【達夢】Docker安裝達夢資料庫 dm8Docker資料庫
- oracle大表新增欄位default經驗分享Oracle
- 達夢遷移工具之MySQL資料庫遷移到達夢MySql資料庫
- fastadmin 新增欄位記圖片欄位AST
- 欄位排序排序
- MSSQL大資料量增加欄位耗時對比SQL大資料
- 儲存大容量欄位出現的問題
- JDBC讀寫MySQL的大欄位資料薦JDBCMySql
- [BUG反饋]模型管理 > 欄位管理看不見任何欄位。這表明顯有欄位、!模型
- ElasticSearch搜尋欄位不需要計入得分Elasticsearch
- 使用sqlldr匯入日期格式欄位的問題SQL
- DBeave如何連線達夢資料庫,設定達夢驅動,真酷資料庫
- 轉載:Oracle常用的資料庫欄位型別Oracle資料庫型別
- 編輯功能-載荷裡空欄位沒有傳
- 【Mongo】mongo更新欄位為另一欄位的值Go
- sql語句修改欄位型別和增加欄位SQL型別
- oracle刪除表欄位和oracle表增加欄位Oracle