exp owner=aimp fromuser=a touser=b
exp file=路径 full=y owner=用户1 imp fromuser=a touser=用户2
drop table if exists @另外一个用户.表 create table @另外一个用户.表 select *from @当前用户.当前表 where 1=0 --这个只是备份表结构,如果想要数据和表结构一块的话,把最后的条件改为1=1就好了