Solaris 10 SPARC 64bits
Oracle 11.1
I am importing a database (10.1.0.1) from one Solaris 10 server to another. I made the export dump file last week and try to import it today after getting the new sever ready for oracle 11.1.0.7 but continue to get the following error:
Using Datapump:
ORA-39002: invalid operation
ORA-31694: master table "SYSTEM"."SYS_IMPORT_FULL_01" failed to load/unload
ORA-31644: unable to position to block number 623478 in dump file "/export/CSAPPDB_03.dmp"
Here is the import script:
impdp system/password full=Y directory=CSAPPDB_DIR parallel=3 dumpfile=CSAPPDB_%U.dmp logfile=CSAPPDB.log
Any help will be appreciated.