question about imp using a list of users in fromuser to user
myluismOct 13 2010 — edited Oct 14 2010Hi all.
I have this simple question:
will this command work in the expected way:
imp system/passwd file=exp.dmp fromuser=(user_a,user_b,user_c) touser=(user_a,user_b,user_c)
objects from user_a will be imported on user_a schema, objects from user_b will be imported on user_b schema,and so on. I mean, objects will be imported in the order given and fromuser and touser accept a list of values?
Regards, Luis ...!