91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Oracle使用sqluldr2導出數據

發布時間:2020-08-10 11:57:24 來源:ITPUB博客 閱讀:395 作者:haienzhang 欄目:關系型數據庫


sqluldr2是一個基于OCI的文本導出工具,小巧方便,使用方法類似于Oracle自帶的exp,支持自定義SQL、本地和客戶端的導出,速度快,效率高。

下載地址,最下面有個小工具里面就有


  1. http://www.onexsoft.com/download.html
也可以直接在系統上wget

  1. wget http://www.onexsoft.com/software/sqluldr2linux64.zip
解壓之后就是一個bin文件

  1. -rwxrwxrwx 1 oracle oinstall 185894 1月 27 2016 sqluldr2linux64.bin
直接執行就能顯示幫助

  1. [oracle@hecomoracleserver2 sqluldr2]$ ./sqluldr2linux64.bin

  2. SQL*UnLoader: Fast Oracle Text Unloader (GZIP, Parallel), Release 4.0.1
  3. (@) Copyright Lou Fangxin (AnySQL.net) 2004 - 2010, all rights reserved.

  4. License: Free for non-commercial useage, else 100 USD per server.

  5. Usage: SQLULDR2 keyword=value [,keyword=value,...]

  6. Valid Keywords:
  7.    user = username/password@tnsname
  8.    sql = SQL file name
  9.    query = select statement
  10.    field = separator string between fields
  11.    record = separator string between records
  12.    rows = print progress for every given rows (default, 1000000)
  13.    file = output file name(default: uldrdata.txt)
  14.    log = log file name, prefix with + to append mode
  15.    fast = auto tuning the session level parameters(YES)
  16.    text = output type (MYSQL, CSV, MYSQLINS, ORACLEINS, FORM, SEARCH).
  17.    charset = character set name of the target database.
  18.    ncharset= national character set name of the target database.
  19.    parfile = read command option from parameter file

  20.   for field and record, you can use '0x' to specify hex character code,
  21.   \r=0x0d \n=0x0a |=0x7c ,=0x2c, \t=0x09, :=0x3a, #=0x23, "=0x22
上面的參數中,比較常用的是:
    
    query:用這個參數可以自定義導出語句
    file:導出的文件名字和目錄
    log:日志
    parfile:可以把參數放到parfile文件里,這個參數對于復雜sql很有用。
    field:設置導出文件里的分隔符

連接數據的方法:


        本地連接方式:

  1. ./sqluldr2linux64.bin user=gltest/gltest query="select * from T_H_BK_CUSTOMER_20180114_0;" file=/home/oracle/sqluldr2/T_H_BK_CUSTOMER_20180114_0.csv
       客戶端連接:TNS方式

  1. ./sqluldr2linux64.bin user=gltest/gltest@orcl query="select * from T_H_BK_CUSTOMER_20180114_0;" file=/home/oracle/sqluldr2/T_H_BK_CUSTOMER_20180114_0.csv
      客戶端連接:直接連接方式

  1. ./sqluldr2linux64.bin user=gltest/gltest@192.168.128.98:1521/orcl query="select * from T_H_BK_CUSTOMER_20180114_0;" file=/home/oracle/sqluldr2/T_H_BK_CUSTOMER_20180114_0.csv

測試導出速度:

        因為我的sql比較長,所以用了parfile:

  1. [oracle@gloracleserver2 sqluldr2]$ more customer.txt
  2. user=gltest/gltest
  3. query=select ent_code,code,name,cust_levels,dept_code,poi_id,status,createon,createby,lastupdateon from v30_md_customer;
       看看導出輸出,1100萬數據不到30秒,速度很快。

  1. [oracle@gloracleserver2 sqluldr2]$ ./sqluldr2linux64.bin parfile=/home/oracle/sqluldr2/customer.txt file=/home/oracle/sqluldr2/customer.csv
  2.            0 rows exported at 2018-01-16 20:25:09, size 0 MB.
  3.      1000000 rows exported at 2018-01-16 20:25:11, size 96 MB.
  4.      2000000 rows exported at 2018-01-16 20:25:14, size 196 MB.
  5.      3000000 rows exported at 2018-01-16 20:25:16, size 296 MB.
  6.      4000000 rows exported at 2018-01-16 20:25:18, size 392 MB.
  7.      5000000 rows exported at 2018-01-16 20:25:21, size 492 MB.
  8.      6000000 rows exported at 2018-01-16 20:25:23, size 592 MB.
  9.      7000000 rows exported at 2018-01-16 20:25:26, size 692 MB.
  10.      8000000 rows exported at 2018-01-16 20:25:28, size 788 MB.
  11.      9000000 rows exported at 2018-01-16 20:25:31, size 888 MB.
  12.     10000000 rows exported at 2018-01-16 20:25:34, size 988 MB.
  13.     11000000 rows exported at 2018-01-16 20:25:36, size 1088 MB.
  14.     11317061 rows exported at 2018-01-16 20:25:37, size 1121 MB.
  15.          output file /home/oracle/sqluldr2/customer.csv closed at 11317061 rows, size 1121 MB.

遇到的錯誤:

        1. 導出文件里有中文顯示亂碼,需要設置參數charset=UTF8

        2. ORA-24345: A Truncation or null fetch error occurred,設置參數safe=yes


 





向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

石台县| 绍兴县| 溧阳市| 双城市| 合肥市| 文化| 宁蒗| 河源市| 大丰市| 女性| 扬中市| 石景山区| 兴业县| 永春县| 琼海市| 香港| 塔河县| 农安县| 徐州市| 额尔古纳市| 天峻县| 沙田区| 丰镇市| 清河县| 周口市| 古浪县| 天气| 丰台区| 阜新| 栖霞市| 湘西| 河北省| 莱芜市| 安龙县| 澄城县| 鸡西市| 新乐市| 沂水县| 江永县| 弥勒县| 齐齐哈尔市|