0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

sqlldrのskipオプション

0
Posted at

sqlldr でskipオプションを付けて実行することがあった。

SQL*Loader
sqlldr XXXXX/XXXXX CONTROL=test.ctl skip=1

この時ヘッダ有の複数のcsvファイルを読み込んでおり、
連番をSEQUENCEオプションを使って採番していたのだが、
連番の最大値と件数が一致しない。

どうもskipオプションでスキップするのは最初のファイルの1行目だけみたい。
なので結局ヘッダを全部削除してskipオプション無しで実行することで対応。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?