ablog

不器用で落着きのない技術者のメモ

Oracle の Import オプションのベストプラクティス

ほんとにベストプラクティスなのかわからんが、とりあえずメモ。

$ export LANG=C
$ export American_America.JA16SJISTILDE
# スキーマ単位
$ nohup imp system/manager fromuser=scott touser=scott buffer=65530 commit=y ignore=y file=scott.dmp > imp-scott.log 2>&1 &
# テーブル単位
$ nohup imp system/manager fromuser=scott touser=scott buffer=65530 commit=y ignore=y file=scott.dmp > imp-scott.log 2>&1 &