Oracle Data Pump export import

Oracle において Data Pump に関して示す。

Data Pump 実行手順

1.ディレクトリオブジェクトの作成

  create directory scott_dir as 'C:\work';

2.権限の付与

  grant read, write on directory scott_dir to scott;

3.Export

  expdp scott/tiger tables=emp directory=scott_dir log=emp.log parallel=4

4.Import

  impdp scott/tiger tables=emp directory=scott_dir content=data_only
  parallel=4 dumpfile=expdat.dmp

ご訪問頂き有難う御座います。 当サイトを効率良く使うためにまずは FrontPage を見て下さい。 検索方法、一覧表示などの各情報を纏めています。
当サイトの説明 → Frontpage