ホーム > DBA, oracle > Oracleで、exp、impでデータ移動、複製

Oracleで、exp、impでデータ移動、複製

2009 年 7 月 22 日 tdtsh

一連のRDBMSインスタンス間のデータ移動関係シリーズ

今回はOracle版メモ。

移行元サーバからデータをエクスポート

exp "db_username/db_password@from_server file=dump.dmp tables=(table_a, table_b)"

移行先サーバへデータをインポート

imp "db_username/db_password@distination file=dump.dmp tables=(table_a, table_b)"
カテゴリー: DBA, oracle タグ:
コメントは受け付けていません。