
January 16th, 2004, 07:46 AM
|
|
Junior Member
|
|
Join Date: Jan 2004
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
importing an oracle dump to a new oracle db...
we have worked on an oracle db and now want to migrate it to the clients server...
the problem is that not all data is imported followed by several warning & error messages..
our side...
exp system@db1 file=c:\expdat.dmp log=c:\exp.log full=y buffer=10000000
client side...
imp system@db2 file=c:\expdat.dmp log=c:\exp.log full=y ignore=y buffer=10000000
...so we're stuck here, the only problem being that not all data is imported.
any insight appreciated..thanks in advance.
|