SQLLDRを入力するとエクスポートがパラメータ入力を要求します。 コマンドに続いてユーザー名/パスワードを指定してください: 入力例: SQLLDR SCOTT/TIGER また、EXPコマンドの後に引数を入力することによって、エクスポートの実行を 制御できます。パラメータの指定にはキーワードを使用します: 形式 : SQLLDR KEYWORD=value or KEYWORD=(value1,value2,...,valueN) 入力例: SQLLDR SCOTT/TIGER CONTROL=[XXXX].ctl DATA=[YYYY].dat USERIDは、コマンドラインの最初のパラメータである必要があります。 | ||
コマンド | 概要 | |
---|---|---|
USERID | ORACLE username/password
ユーザー名/パスワード |
|
control | Control file name
コントロール(定義)ファイル |
|
log | Log file name
ログファイル |
|
bad | Bad file name
不良ファイル |
|
data | Data file name
データファイル |
|
discard | Discard file name
廃棄ファイル |
|
discardmax | Number of discards to allow
最大廃棄レコード数 |
|
skip | Number of logical records to skip
スキップするレコード数 |
|
load | Number of logical records to load
ロードするレコード数 |
|
errors | Number of errors to allow
最大不良レコード数 |
|
bindsize | Size of conventional path bind array in bytes
最大バイト長 |
|
silent | Suppress messages during run (header,feedback,errors,discards,partitions)
|
|
direct | use direct path
ダイレクトパスロード指定( True or False ) |
|
_synchro | internal testing
|
|
parfile | parameter file: name of file that contains parameter specifications
パラメータファイル名 |
|
parallel | do parallel load
パラレルダイレクトパスロード指定( True or False ) |
|
file | File to allocate extents from
|
|
skip_unusable_indexes | disallow/allow unusable indexes or index partitions
|
|
skip_index_maintenance | do not maintain indexes, mark affected indexes as unusable
|
|
commit_discontinued | commit loaded rows when load is discontinued
|
|
_display_exitcode | Display exit code for SQL*Loader execution
|
|
readsize | Size of Read buffer
|
|
external_table | use external table for load; NOT_USED, GENERATE_ONLY, EXECUTE
|
|
columnarrayrows | Number of rows for direct path column array
|
|
streamsize | Size of direct path stream buffer in bytes
|
|
multithreading | use multithreading in direct path
|
|
resumable | enable or disable resumable for current session
|
|
resumable_name | text string to help identify resumable statement
|
|
resumable_timeout | wait time (in seconds) for RESUMABLE
|
|
date_cache | size (in entries) of date conversion cache
|
戻る |