Comments and answers for "How to create an Oracle relation....best practice" https://knowledge.亚搏在线safe.com/questions/82998/how-to-create-an-oracle-relationbest-practice.html The latest comments and answers for the question "How to create an Oracle relation....best practice" Answer by david_r https://knowledge.safe.com/answers/82999/view.html

Here's an article that explains it fairly well:

https://knowledge.safe.com/articles/44622/working-with-foreign-keys-writing-database-tables.html

Personally I tend to use the SQLExecutor when possible, it lets me control the insert order and transactions with a lot of precision.

Another good option would be to use two FeatureWriters, one for the partents and one for the children, chained in a sequence either by activating the output of the input features, or by using a FeatureMerger on the Summary port to trigger the second FeatureWriter.Something like

Wed, 21 Nov 2018 11:06:31 GMT david_r