How can i import a DMP file into my oracle 10g expression edition database?
I tried with imp but its showing an error:
IMP-00010: not a valid export file, header failed verification
IMP-00000: Import terminated unsuccessfully
How can i solve this?
Make sure the exp was done with a version of 10g that is lower or equal to the version of the oracle 10xe. If it was done with expdp instead of exp, you will not be able to import it using imp. You can not import a dump file into an older db an exp that was done with the exp of a newer version. I would suggest you find out what the exact version of the exp tool used and if it was exp vs expdp. If necessary use the exp tool from the 10xe and exp what your need remotely from the 10g enterprise db. Then you be ensure you can imp it.