1

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?

Sean
  • 3,765
  • 3
  • 26
  • 48
Ara
  • 409
  • 2
  • 11
  • 24

3 Answers3

1

Check your Dump file size. I was getting the same error because my .dmp file was of 0KB

Apoorva
  • 13
  • 5
0

http://www.serkey.com/tag/oracle-imp-00009/ here you will find lots of people discussing same thing.

Pankaj Sejwal
  • 1,605
  • 1
  • 18
  • 27
0

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

davidsr
  • 720
  • 4
  • 4