- 03-13-2009 01:35 PM #1
IMP-00010 not a valid export file, header failed verification
hello,
A colleague of mine who was previously working in our company had taken a dump from JServer. The file is a .dmp file of almost 200mb. Now I have to import this dump backup file in the database. When I try to import from JServer, I get errors like this:
IMP-00010 not a valid export file, header failed verification
IMP-00000: Import terminated unsuccessfully
It's strange because i called him up and he says he has exported and imported many times. Does anyone know when this error occurs?
thank's in advance
- Club-Oracle Complementary E-Books and Magazines
Get your free Complementary Copy of Oracle Magazine
You can also browse the Free Magazines and E-Books section to see the complete list of free magazines, e-books and Whitepapers.
- 03-14-2009 09:03 AM #2
Re: IMP-00010 not a valid export file, header failed verification
OS of the machine from where you are try to?
Thanking you,
http://arjudba.blogspot.com
- 03-14-2009 09:06 AM #3
Re: IMP-00010 not a valid export file, header failed verification
As well as the exp version of the machine from where you take export and imp version of the machine from where you try to do import version. Also give oracle version and machine OS of source database.
Thanking you,
http://arjudba.blogspot.com
- 03-14-2009 09:39 AM #4
Re: IMP-00010 not a valid export file, header failed verification
There are basically 2 majour reason for the Error IMP-00010.
1. Dump file is Correpted or in in bad format . In your case , it could be transferred in ASCII mode and not in Binary mode during FTP transfer. In that the case re transfer the same file in Binary mode and try.
2. Version compatibility issue. Like Lower version of IMP utility tried to import higher version of export dump. eg. IMP vrsion 9 is used to import the export file of DB version 10. In that case, use appropriate version of import utility.
Raj.
- 03-14-2009 09:42 AM #5
Re: IMP-00010 not a valid export file, header failed verification
Also related several bugs there.
Thanking you,
http://arjudba.blogspot.com
- 03-14-2009 12:50 PM #6
Re: IMP-00010 not a valid export file, header failed verification
hey guys thanks..
Actually as Rajavu pointed out the problem was that the export was done from a later version of the export utility and i was attempting to import with an earlier version. So the lesson i learned is that, export should be done with the lower database version EXP utility (lower when you compare a source and a target database versions). And one should do the import using the target database version.
Similar Threads
-
Excellent Verification and Validation Services
By debrah.h48 in forum External Resources / Market PlaceReplies: 0Last Post: 01-08-2010, 12:12 PM -
how to export data into csv file
By karthikeyanc2003 in forum SQL PL/SQLReplies: 2Last Post: 10-10-2009, 03:46 PM -
I have problem with report design at file export and blanks
By enriqueg in forum Oracle Developer Suite and ToolsReplies: 0Last Post: 10-06-2009, 05:54 PM -
ORA-01843: not a valid month
By Shekhar81 in forum SQL PL/SQLReplies: 1Last Post: 08-13-2009, 01:09 PM -
imp-00009 abnormal end of export file segmentation fault
By lucky in forum Server Administration and OptionsReplies: 2Last Post: 08-04-2009, 05:51 PM



