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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Partition Exchange

Re: Partition Exchange

From: paquette stephane <stephane_paquette_at_YAHOO.COM>
Date: Tue, 21 May 2002 19:18:23 -0800
Message-ID: <F001.004670E1.20020521191823@fatcity.com>


The alter table exchange partition lets you transfer data from the partition of a partitioned table to a non partitioned table. It changes the adress in the data dictionnary, no data is moved, that's why it is fast.

For example, I'm using it in a system to exchange old data with new data. The new data is loaded in staging tables (non-partitioned). When the data is cleansed and validated, the staging tables are exchanged with the target tables (partitionned).
The target tables are partitioned with only one partition to be able to used the alter table exchange partition statement.

More in the docs...


Stéphane Paquette
DBA Oracle, consultant entrepôt de données Oracle DBA, datawarehouse consultant
stephane_paquette_at_yahoo.com

Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: =?iso-8859-1?q?paquette=20stephane?=
  INET: stephane_paquette_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue May 21 2002 - 22:18:23 CDT

Original text of this message

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