Originally posted by Mr.Hanky
Put a commit in your import.par file!
The table is too big and by default Oracle will try to import the whole thing before a commit is issued. Try using...


BUFFER=4000000
COMMIT=Y

MH
I already did that. Once my import reaches "EXP-00008: ORACLE error 1555 encountered" point, I am getting "IMP-00009: abnormal end of export file" error no further tables are importing?

Thanks In Advance