Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Can we import a complete database from MYSQL DB to oracle DB

Hi,
I have a mysql database with 40 tables. Is there a way to import all the tables from this DB into an oracle DB using a single job.
I know i can create a tMySqlInput to import each table (doing it for 40 tables), but is there a way import the complete DB in one go to oracle.
I using talend open studio 5.2.0
Thanks
Prash
Labels (3)
6 Replies
Anonymous
Not applicable

Hi,
For community version, you have to create different jobs for mapping each table.
For enteprise version, you can create only one simple job for all table thanks to the dynamic schema feature, see
https://help.talend.com/pages/viewpage.action?pageId=5671283
However, dynamic schema feature is only available in Talend Enterprise Data Integration.
Best regards
Sabrina
_AnonymousUser
Specialist III
Specialist III
Author

Hi,
You can use this component tTransferDatabase.
best regards
_AnonymousUser
Specialist III
Specialist III
Author

Anonymous
Not applicable

Hi,
You can use this component tTransferDatabase.

Because tTransferDatabase is a custom component, we provide you with the KB article Installing a custom componenton Talend Help Center.
Hope it will help you.
Best regards
Sabrina
emdelvis
Contributor
Contributor

Hi xdshi with the component tTransferDatabase is possible select only the tables that i want transfer ?
Thanks in advance
Anonymous
Not applicable

Hi,
Actually,  tTransferDatabase is a custom component written by talend community user and shared on talend exchange.
Feel free to contact the author directly.
Best regards
Sabrina