While importing an oracle database via imp, it terminates with below error

IMP-00009: abnormal end of export file
Import terminated successfully with warnings.

The exp was run on the same machine (the data was not ftp between servers)

Is there a way to recover tables from this file?

link|improve this question

Is this the entire error message ? – V4Vendetta Jul 18 '11 at 5:40
yes, thats the only error message followed by termination message – Ara Jul 18 '11 at 7:15
Maybe then a corrupt file try exp again with compress=y option, i am afraid nothing else in mind as of now for this – V4Vendetta Jul 18 '11 at 7:18
feedback

1 Answer

This is possibly be caused by the combination OS and Oracle versions not allowing importing dumps bigger than 2gb

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.