sqluldr2-参数大全-中英文对照版

  • Post author:
  • Post category:其他




sqluldr2工具的参数


user = username/password@tnsname

sql = SQL file name

query = select statement

field = separator string between fields

record = separator string between records

rows = print progress for every given rows (default, 1000000)

file = output file name(default: uldrdata.txt)

log = log file name, prefix with + to append mode

fast = auto tuning the session level parameters(YES)

text = output type (MYSQL, CSV, MYSQLINS, ORACLEINS, FORM).

charset = character set name of the target database.

ncharset= national character set name of the target database.

parfile = read command option from parameter file

read = set DB_FILE_MULTIBLOCK_READ_COUNT at session level

sort = set SORT_AREA_SIZE at session level (UNIT:MB)

hash = set HASH_AREA_SIZE at session level (UNIT:MB)

array = array fetch size

head = print row header(Yes|No)

batch = save to new file for every rows batch (Yes/No)

size = maximum output file piece size (UNIB:MB)

serial = set _serial_direct_read to TRUE at session level

trace = set event 10046 to given level at session level

table = table name in the sqlldr control file

control = sqlldr control file and path.

mode = sqlldr option, INSERT or APPEND or REPLACE or TRUNCATE

buffer = sqlldr READSIZE and BINDSIZE, default 16 (MB)

long = maximum long field size

width = customized max column width (w1:w2:…)

quote = optional quote string

data = disable real data unload (NO, OFF)

alter = alter session SQLs to be execute before unload

safe = use large buffer to avoid ORA-24345 error (Yes|No)

crypt = encrypted user information only (Yes|No)

sedf/t = enable character translation function

null = replace null with given value

escape = escape character for special characters

escf/t = escape from/to characters list

format = MYSQL: MySQL Insert SQLs, SQL: Insert SQLs.

exec = the command to execute the SQLs.

prehead = column name prefix for head line.

rowpre = row prefix string for each line.

rowsuf = row sufix string for each line.

colsep = separator string between column name and value.

presql = SQL or scripts to be executed before data unload.

postsql = SQL or scripts to be executed after data unload.

lob = extract lob values to single file (FILE).

lobdir = subdirectory count to store lob files .

split = table name for automatically parallelization.

degree = parallelize data copy degree (2-128).

————-中文对照—————————————————————————-


用户 = 用户名/password@tnsname

sql= SQL 文件名

查询 = 选择语句

字段 = 字段之间的分隔符字符串

记录 = 记录之间的分隔符字符串

行 = 打印每个给定行的进度(默认值为 1000000)

文件 = 输出文件名(默认值:uldrdata.txt)

日志 = 日志文件名,前缀 = 追加模式

快速 = 自动调整会话级别参数 (YES)

文本 = 输出类型(MYSQL、CSV、MYSQLINS、ORACLEINS)。

字符集 = 目标数据库的字符集名称。

ncharset_ 国家字符集目标数据库的名称。

参数文件 = 从参数文件中读取命令选项

读取 = 在会话级别设置DB_FILE_MULTIBLOCK_READ_COUNT

排序 = 在会话级别设置SORT_AREA_SIZE (UNIT:MB)

哈希 = 在会话级别设置HASH_AREA_SIZE (UNIT:MB)

数组 = 数组提取大小

头列 = 打印行头(是

否)

批处理 = 为每个行批次保存到新文件(是/否)

大小 = 最大输出文件件大小(UNIB:MB)

串行 = 在会话级别将_serial_direct_read设置为 TRUE

跟踪 = 将事件 10046 设置为会话级别的给定级别

表 = 平方号控制文件中的表名称

控件 = 平方号控制文件和路径。

模式 = 平方体选项、插入或附加或替换或 TRUNCATE

缓冲区 = 平方号读取和 BINDSIZE,默认 16 (MB)

长 = 最大长场大小

宽度 = 自定义的最大列宽度(w1:w2:…)

报价 = 可选报价字符串

数据 = 禁用实际数据卸载(NO,OFF)

更改 = 更改卸载前要执行的会话 ACL

安全 = 使用大型缓冲区以避免 ORA-24345 错误(是

否)

密码 = 仅限加密的用户信息(是*否)

sedf/t = 启用字符转换功能

空 = 用给定值替换 null

转义 = 特殊字符的转义字符

escf/t = 从/到字符列表转义

格式 = MYSQL:MySQL 插入 SQL,SQL:插入 SQL。

exec = 执行 SQL 的命令。

头头 = 头行的列名称前缀。

行普雷 = 每行的行前缀字符串。

行夫 = 每行的行 sufix 字符串。

colsep = 在列名称和值之间的分隔符字符串。

前sql = 在数据卸载之前要执行的 SQL 或脚本。

后sql = 在数据卸载后要执行的 SQL 或脚本。

lob = 将 lob 值提取到单个文件 (FILE)。

lobdir = 子目录计数以存储 lob 文件。

拆分 = 表名称,用于自动并行化。

度 = 并行化数据拷贝度 (2-128。



版权声明:本文为oZuoXuZuoGe12原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。