Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Import question

Re: Import question

From: nilanjan <nilanjan_sarkar_at_hotmail.com>
Date: 4 Aug 2003 10:38:09 -0700
Message-ID: <6c8b1f5.0308040938.364d8e0@posting.google.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US