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: Data load ideas

RE: Data load ideas

From: Jacques Kilchoer <Jacques.Kilchoer_at_quest.com>
Date: Wed, 28 Apr 2004 14:09:27 -0700
Message-ID: <B5C5F99D765BB744B54FFDF35F60262109F877E4@irvmbxw02>


You could always write triggers to emulate the foreign keys, disable the foreign keys, do the exchange partition, re-enable the foreign keys, and drop the triggers.

-----Original Message-----

Paul Baumgartel

Our tables are partitioned by company. I wanted to use partition exchange (load new company data into a "shadow" non-partitioned table, then exchange into new partition), but AFAIK there can be no referencing FKs against either table's PK, so that's out.



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html

-----------------------------------------------------------------
Received on Wed Apr 28 2004 - 16:05:55 CDT

Original text of this message

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