Transfer Data to another tablespace with different name

  • From: "Amir Gheibi" <gheibia@xxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Sun, 23 Nov 2008 13:55:17 +0800

Hi

How can I transfer data from a tablespace in one db to another tablespace in
the same db?

I have Foreign Key and Sequence objects:
 - Apparently when you use IMP and you already have the structure in the
destination tablespace created, tables are not imported in the right
sequence in which the FK - PK relationships are respected and you end up
with a lot of Key violation errors. It imports the tables that have FK
objects and since it can not find the PK related to the FK, it doesn't
import the row and raise an error.
- Sequences should keep their last used values.

Does anyone have a comprehensice sholution that covers everything?

I'm using 10g R2.

Thanks.
Amir

Other related posts: