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