Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Import question
FYI..The change I had to make is remove the "&" from the import
command. ( not run in background). And it worked fine .
uncompress > $DBEXPORT/temp_fifo_import_ipd.dmp < DBEXPORT/ipd_whse_export.dmp.Z &
imp user/pass tables=tablename
file=$DBEXPORT/temp_fifo_import_ipd.dmp fromuser=xxx touser=xyz
Although the particular table import completed fine. The error "unexpected end of file" .. still shows up .. (the export file is fine though)
Thanks for the responses and pointers !!! Received on Mon Aug 04 2003 - 12:38:09 CDT