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 -> imp not importing row data

imp not importing row data

From: kev <kevin.porter_at_fast.no>
Date: Tue, 26 Oct 1999 11:59:51 +0100
Message-ID: <381589A7.961905C@fast.no>


Hi,

I'm trying to get the hang of exp and imp.

I seem to have successfully exported a table with the command:

exp userid=user/pass file=testtab1.dmp tables=testtab1 rows=y

but when I import it with:

imp user/pass file=testtab1.dmp rows=y

I just get:

. importing WWS's objects into WWS
. . importing table "TESTTAB1" 0 rows
imported
Import terminated successfully without warnings.

Why is the data in the rows not imported?

thanks,

Received on Tue Oct 26 1999 - 05:59:51 CDT

Original text of this message

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