export/import
From: Stjepan Brbot <Stjepan.Brbot_at_ZG.HiNet.HR>
Date: Thu, 25 Oct 2001 04:53:34 +0200
Message-ID: <9r7v18$19aj$1_at_as201.hinet.hr>
[Quoted] [Quoted] I created dump full exporting Oracle 7.3.4 database using:
Date: Thu, 25 Oct 2001 04:53:34 +0200
Message-ID: <9r7v18$19aj$1_at_as201.hinet.hr>
[Quoted] [Quoted] I created dump full exporting Oracle 7.3.4 database using:
> exp73 FILE=abc.dmp LOG=abc.log FULL=y INCTYPE=complete
after that I dropped some tables (i.e. T1,T2) and tried to import only those tables using:
> imp73 FILE=abc.dmp TABLES=(T1,T2)
Imp73 said everything was done fine but T1 and T2 waren't imported at all.
Does import of separate tables work?
-- [Quoted] Stjepan Brbot [Stjepan.Brbot_at_ZG.HiNet.HR]Received on Thu Oct 25 2001 - 04:53:34 CEST