fromuser就是把當前的dmp文件中的某一個用戶下的數據取出。
touser就是把現在dmp文件中的數據導入到目標庫的指定user下。
具體命令這樣。
exp userid=system/manager owner=username1 file=expfile.dmp
imp userid=system/manager fromuser=username1 touser=username2 file=expfile.dmp
例:imp userid=[usernam]/[password]@ORCL_192.168.1.2 fromuser=[old_usernam] touser=[usernam]file=e:\data.dmp