All Questions
4 questions
0
votes
2
answers
959
views
How to split a column which has data in XML form to different rows of new Database as KEY VALUE in TALEND
In old DB i have a data in one column as
<ADDRESS>
<CITY>ABC</CITY>
<STATE>PQR</SERVICE>
</ADDRESS>
In my new DB i want this data to be stored in KEY VALUE ...
-1
votes
2
answers
2k
views
Migrating Oracle database based on a database mapping document using Talend Data Integration [closed]
my team has to do an Oracle database migration using Talend Open Studio Data Integration. There are many schema changes resulting in the target database and we have the new data model for the target ...
0
votes
1
answer
296
views
Oracle data migration with lot of schema changes
I need to do an Oracle data migration from 11g to 12c where schema changes are abundant. I have an excel sheet which describes all the schema changes. Excel sheet has the columns for 'old_table_name', ...
1
vote
1
answer
1k
views
Data Migration from oracle to db2 in Talend Open Studio
I have to migrate all the database tables from oracle to db2 in Talend Open Studio tool.
Can anyone please tell me each and every basic steps from starting to end, to migrate the database tables from ...