imp/exp 命令
查看帮助
exp help=y
将 scott 用户下所有的表都导出来,放到 aaa.sql 文件中:
exp system/pwd file=d:\aaa.dmp owner=(scott);
将数据导入到 vip 用户中:
imp system/pwd file=d:\aaa.dmp fromuser=(scott) touser=(vip);
imp/exp 命令
查看帮助
exp help=y
将 scott 用户下所有的表都导出来,放到 aaa.sql 文件中:
exp system/pwd file=d:\aaa.dmp owner=(scott);
将数据导入到 vip 用户中:
imp system/pwd file=d:\aaa.dmp fromuser=(scott) touser=(vip);