Hi,
Am using oracle DB 12.1.0.2
Am trying to migrate the data from 10g to 12c.
I have exported the datas from the 10g using expdp command.
expdp scott/tiger@db10g schemas=SCOTT directory=TEST_DIR dumpfile=SCOTT.dmp logfile=expdpSCOTT.log
Am trying to import the data to 12C using impdp command
impdp scott/tiger@db10g schemas=SCOTT directory=TEST_DIR dumpfile=SCOTT.dmp logfile=impdpSCOTT.log
Am getting the exception while importing.
ORA-39001: invalid argument value
ORA-39000: bad dump file specification
ORA-39143: dump file "F:\JDeveloper\expdp.dmp" may be an original export dump file
Need suggestions.