oracleエクスポート-導入文


エクスポート
exp name/[email protected]/servicename file=d:\orcl.dmp full=y
導入(導入する前に、対応するユーザー、テーブルスペースを作る)
imp name/pwd file=d:\xxx.dmp full=y
imp usr_hq_0/111111@urpdb file=c:/a.dmp fromuser=usr_hq_0 touser=usr_hq_0

imp name/[email protected]/servicename file=d:\orcl.dmp fromuser=name touser=name
system/wiscomでログインしてユーザーを削除します。hq_0を導入して作業しています。
drop user usr_hq_0 cascade;
指定されたデータベースの内容:
exp username/password@servicename file=filename owner=(user1,user2)
d:daochu.dmpのテーブルテーブルテーブル1を導入します。
imp system/manager@TEST file=d:daochu.dmp tables=(table1)