Hye Dear Friends,
we have RAC DB , and we are exporting the data by datapump using compression option.We have RAC Oracle OEnterprice DB 11.2.0.3 with sun Solaris.
SO Export successfully completed.
our export command
expdp UN/PW directory=abcd compression=all dumpfile=abcd.dmp log=abcdlog.log schemas=abcd
Out windows Server is also having same DB Oracle Enterprise 11.2.0.3
But when we wants to use this dump file in our Test DB Server, with impdp server - we are facing following errors.
impdp UN/PW directory=abcd dumpfile=abcd.dmp log=abcdlog.log remap_schema=abcd:abcd1
ORA-39001 : Invalid argument value
ORA-39000 : bad dump files specification
ORA-31619 : Invalid dump file......
Thank You,
Brijesh Patel