sqldr load 以及extract data 的中文问题--
生活随笔
收集整理的這篇文章主要介紹了
sqldr load 以及extract data 的中文问题--
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
sqldr load 問題:
問題:
1,無法upload,沒有明顯的問題
2,進入database,中文顯示亂碼,premise:data? (csv? file ) is saved? as utf-8, and in database(oracle) ,the encoding is alos utf-8.
3,要upload 的資料(csv file)中有部分中文
解決: control file: (added the line in blue , then everything is ok !!!)
OPTIONS (skip=1, errors=9999)
load data
CHARACTERSET UTF8
replace
into table product_special_position_kw
WHEN keyword != '' AND spp_rank != ''
fields terminated by ',' optionally enclosed by '"'
trailing nullcols
(
? product_id,
? start_date date "dd-Mon-YY",
? end_date date "dd-Mon-YY",
? action FILLER,
? spp_rank,
? keyword char(200) "SUBSTR(TRIM(:keyword), 1, 200)",
? keywordzx char(200) "SUBSTR(TRIM(:keywordzx), 1, 200)"
)
extract data 問題:
問題:把數據從oracle DB 寫 到csv file, 如果有中文的話,會出現亂碼。
解決:set enviroment first.
setenv.sh
##Normal maybe
#en_US.UTF-8
##Use below for CN inputs
export NLS_LANG='AMERICAN_AMERICA.UTF8'
#export NLS_LANG='SIMPLIFIED CHINESE_CHINA.ZHS16CGB231280'
extract 之前,先執行 setenv.sh
問題:
1,無法upload,沒有明顯的問題
2,進入database,中文顯示亂碼,premise:data? (csv? file ) is saved? as utf-8, and in database(oracle) ,the encoding is alos utf-8.
3,要upload 的資料(csv file)中有部分中文
解決: control file: (added the line in blue , then everything is ok !!!)
OPTIONS (skip=1, errors=9999)
load data
CHARACTERSET UTF8
replace
into table product_special_position_kw
WHEN keyword != '' AND spp_rank != ''
fields terminated by ',' optionally enclosed by '"'
trailing nullcols
(
? product_id,
? start_date date "dd-Mon-YY",
? end_date date "dd-Mon-YY",
? action FILLER,
? spp_rank,
? keyword char(200) "SUBSTR(TRIM(:keyword), 1, 200)",
? keywordzx char(200) "SUBSTR(TRIM(:keywordzx), 1, 200)"
)
extract data 問題:
問題:把數據從oracle DB 寫 到csv file, 如果有中文的話,會出現亂碼。
解決:set enviroment first.
setenv.sh
##Normal maybe
#en_US.UTF-8
##Use below for CN inputs
export NLS_LANG='AMERICAN_AMERICA.UTF8'
#export NLS_LANG='SIMPLIFIED CHINESE_CHINA.ZHS16CGB231280'
extract 之前,先執行 setenv.sh
總結
以上是生活随笔為你收集整理的sqldr load 以及extract data 的中文问题--的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 7-zip压缩解压软件.html,7-Z
- 下一篇: 怎么在小芭比Puppy Linux中文版