Skip to main content
Question

How to load data from one table to another table

  • September 26, 2019
  • 6 replies
  • 232 views

Forum|alt.badge.img

Hello Friends,

 

Since I am learning new transformations and new to FME tool. Could someone please guide me how to load a data from one table to another ( 100% dump)? which transformation to use? I use SQL executor when I wrote Select * from table1 and mapped result output to Writer.

 

Is there any other way? Thank you in advance!

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

6 replies

Forum|alt.badge.img
  • Author
  • 5 replies
  • September 26, 2019

 

I have used above two transformations but it took 5 mins to load 280K rows. Can I make it faster by using different transformation?

 

See below..

 

Also, the transaction Log says.. " Feature caches have been recorded at every state of the translation"

Is this slowing down the process? can I disable this feature? if yes, How to fix it?

 

Thank you!


itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • 1442 replies
  • September 27, 2019

Depending on the FME version, you should be able to disable feature caching from the menu.


oscard
Influencer
Forum|alt.badge.img+22
  • Influencer
  • 344 replies
  • September 27, 2019

Once you are more comfortable with the tool and if you are going to do that with many tables, you should check the Dynamic Workflows:

 

 

https://knowledge.safe.com/articles/1050/dynamic-workflow-tutorial-introduction.html

Forum|alt.badge.img
  • Author
  • 5 replies
  • September 27, 2019

Once you are more comfortable with the tool and if you are going to do that with many tables, you should check the Dynamic Workflows:

 

 

https://knowledge.safe.com/articles/1050/dynamic-workflow-tutorial-introduction.html

Hi Oscard, Thank you for replying. I have a source table in One Oracle DB and Target table is already created in another oracle db. I just need to dump data from source to target. I just did below but features ( records) are not being inserted in target table. Could you please help me here? what am I doing wrong? Also, I don't see the columns names for Target table, the same I see in source. please help? Thank you.

 

 

 


Forum|alt.badge.img
  • Author
  • 5 replies
  • September 27, 2019

Depending on the FME version, you should be able to disable feature caching from the menu.

Thank you Itay for replying. I have a different version of FME installed but I was able to find it how to disable it.


Forum|alt.badge.img
  • Author
  • 5 replies
  • September 27, 2019

Once you are more comfortable with the tool and if you are going to do that with many tables, you should check the Dynamic Workflows:

 

 

https://knowledge.safe.com/articles/1050/dynamic-workflow-tutorial-introduction.html
Also, the ultimate goal is to load data from A.table1 to B.table2 ( from table in schema A to table in schema B). Both schema & table name are different in different database ( both oracle) though.