Re: Transfer Data to another tablespace with different name

  • From: William Robertson <william@xxxxxxxxxxxxxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Sun, 23 Nov 2008 07:54:09 +0000

Why not just

ALTER TABLE t MOVE TABLESPACE new_tablespace;

Then rebuild any indexes on t.


-----Original message-----
From: Amir Gheibi
Date: 23/11/08 05:55
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.

-- //www.freelists.org/webpage/oracle-l

Other related posts: