テーブル指定のIMPORT > EXPORT,条件付EXPORT,FULLdmpのIMPORT

■テーブル指定のEXPORT
exp system/manager@orcl tables=('scott.emp') file=XXXXX

■テーブル指定のIMPORT
imp scott/tiger@orcl fromuser=scott touser=scott tables=('emp') file=XXXXXX.dmp

■条件付EXPORT
exp scott/tiger@orcl query=\"where 年月 = '2008/04/01' \" tables=M_% file=c:\gmset.dmp

■FULLダンプのIMPORT
imp userid=system/manager file=exp20090911.dmp log=exp20090911_imp.log commit=y buffer=5000000 destroy=y full=y

※destroy・・・既存表領域を再利用、再作成することを許可

タグ:

+ タグ編集
  • タグ:
最終更新:2010年01月06日 11:52
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。