Exp and Imp in different OS platform
411122Mar 15 2004 — edited Mar 16 2004I was asked to do a full exp for a v815DB in NT platform, and full imp into a v920DB in Lunix. The purpose is to move ALL data to a new DB for test.
ie.
exp system/pass file=full.dmp full=y
imp system/pass file=full.dmp full=y
I am not sure if or not this could be done. First, SYSTEM,REDO and TEMP of v815 shouldn't be imported into db of v920,I think. Second, lots of DDL will not work because file system structure is different. I can use user-mode,one-by-one user imp to avoid 1st issue, but the 2nd issue is there.
ie.
imp system/pass file=full.dmp fromuser=user1 touser=user1
imp system/pass file=full.dmp fromuser=user2 touser=user2
......
In that case, what I should do to finish this task?
Thanks
Robin