If there is enough space on the disk then enable the autoextend option. Also you can use the parameter resumable=y during import so that whenever there is space problem the imp will pause. This way you can increase the datafile size or add another datafile and continue with the import from that point.

PS: resumable=y is available in 8i(not sure about the lowest version) and above.

HTH