可以啊,但要指定导入的user
如:
imp userid=userb/pass file=a.dmp owner=usera ...

解决方案 »

  1.   

    现在的原userA的表/存储过程等是否已属于userB.
      

  2.   

    suggest to try as Michaelyfj said first.
      

  3.   

    exp system/system_password owner=你想导出的用户1,用户2... file=filename log=logname
    目标主机上:
    imp system/system_password fromuser=你导出的用户名1,用户2...   touser=你要导入的用户名1,用户2...  file=filename log=logname
    (注意,imp时,fromuser和touser的顺序是一一对应的)
      

  4.   

    我目的是想将userA的表和存储过程导入userB中,不知有什么办法!
      

  5.   

    exp system/system_password owner=你想导出的用户1,用户2... file=filename log=logname
    目标主机上:
    imp system/system_password fromuser=你导出的用户名1,用户2...   touser=你要导入的用户名1,用户2...  file=filename log=logname
    (注意,imp时,fromuser和touser的顺序是一一对应的)