fromuser就是把当前的dmp文件中的某一个用户下的数据取出。
touser就是把现在dmp文件中的数据导入到目标库的指定user下。
具体命令这样。
exp userid=system/manager owner=username1 file=expfile.dmp
imp userid=system/manager fromuser=username1 touser=username2 ignore=y file=expfile.dmp full=y
DBMS操作:从DMP文件中迁移用户数据,
本文介绍了如何使用数据库管理系统的命令,如expuserid和impuserid,从一个DMP文件中提取用户数据并将其导入到另一个用户的数据库,包括设置owner、fromuser和touser等参数。
fromuser就是把当前的dmp文件中的某一个用户下的数据取出。
touser就是把现在dmp文件中的数据导入到目标库的指定user下。
具体命令这样。
exp userid=system/manager owner=username1 file=expfile.dmp
imp userid=system/manager fromuser=username1 touser=username2 ignore=y file=expfile.dmp full=y

被折叠的 条评论
为什么被折叠?