A while ago I answered a question in the news groups where someone was having problems doing a data load because of the foreign key constraints on a table. To overcome this you can disable these constraints, but then you have to be wary because it is possible to have loaded data that is orphaned. To...