?? altibase.txt
字號:
1、首先你需要了解iLoader工具的參數(所有參數說明可以參見iLoader手冊)
$ iloader help
-----------------------------------------------------------------
Altibase Data Load/Download utility.
Release Version 4.3.9.103
Copyright 2000, ALTIBASE Corporation or its subsidiaries.
All Rights Reserved.
-----------------------------------------------------------------
iloader { in | out | formout | structout | help } [-T table_name]
[-d datafile] [-f formatfile]
[-F firstrow] [-L lastrow]
[-t field_term] [-r row_term]
[-U|-u login_id] [-P|-p password]
[-S|-s servername] [-mode mode_type]
[-commit commit_unit] [-bad badfile]
[-log logfile] [-e enclosing]
[-array count] [-replication true/false]
[-split number] [-noexp]
[-displayquery] [-plus]
2、創建表tab_a的格式文件
shell>iloader formout -s 127.0.0.1 -u sys -p manager -T tab_1 -f tab_1.fmt
3、iloader in -s 127.0.0.1 -u sys -p manager -T tab_1 -d /home/altibase/wordk/tab_1.txt -f /home/altibase/work/tab_1.fmt -t "," -log logfile
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -