Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

To migrate multiple tables from oracle DB to Postgre using single job

Hi All,

I am new to Talend Open Studio 8.4 version. I have a requirement where I need to migrate 100 tables from oracle DB to PostreSQL. I am looking for  creating a single reusable job that would iterate to read the source table one by one and create and insert the data into the target Postgre DB. Please provide me some insight on this regard.

 

Regards,

Pavithra

 

Labels (2)
1 Solution
4 Replies
manodwhb
Champion II
Champion II

If you are using enterprise edition u can find option as dynamic schema .By using it u can complete your job.

https://community.talend.com/t5/Design-and-Development/Which-components-provide-the-Dynamic-Schema-f...

 

if your using community edition,please use below ink.

https://community.talend.com/t5/Design-and-Development/Dynamic-Schema-Pivoting-to-Key-Value-Pairs/ta...

Anonymous
Not applicable
Author

Hi,

 

we are not using the commercial edition. Is there any sample job or inputs on how to create the resuable job that  load like 100 target tables from 100 source table having one-to-one mapping. each table structure is different.

 

Regards,

Pavithra.V

manodwhb
Champion II
Champion II

@pavithravenky,did it help you?