how to import dmp to 3 different users from another 3 user whith grant info
174772Apr 17 2006 — edited Mar 23 2012A dmp file from 3 users: user1,user2,user3
exp sys/sys file=c:\dmp.dmp owner=(user1,user2,user3)
and there is grant info among user1,user2,user3.
I want import this dmp to 3 users :userA,userB,userC. include their grant info
imp sys/sys file=c:\dmp.dmp fromuser(user1,user2,user3) touser=(userA,userB,userC)
there are lot of error.
Please ,help me solve thist problem.I want include grant info in 3 new users.
thank you very much.
M.A. zhang