I am running Oracle 8.1.6 on HPUX 11.0 I was importing a dumpfile from my production server into my test machine. I originally thought I could resize the 3 500MB datafiles (prod1.dbf, prod2.dbf and prod3.dbf) into a single 1.5 GB file. After 2 failed attempts at importing into the single larger file also named prod1.dbf I decided once again to drop the single .dbf file and recreate the 3 datafiles in their original sizes and location which are the same as on the production server. I deleted the tables in Unix and used Oracle's Storage Manager from the Enterprise Manager to do remove and recreate the tablespace and datafiles. When I begin the dump import, the prod2.dbf is the first file to begin filling. Once it is full, the import begins filling prod3.dbf, once it is full, the import halts and crashes with I/O errors. Ownership and groups are correct as Oracle created them. I thought perhaps there were write errors since the first time I built them I let it run overnight, so I started clean today by again dropping the prod tablespace, deleting the datafiles and recreating. I shutdown and restarted the database and verifyed all tablespace objects were dropped prior to attemmpting the import again....with the same results. I cannot find any information on a similar phenomenon. Any help?