Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

migrate multiple schema's tables from oracle to postgres schema

Hi All,

 

Can we migrate around 1000 tables which are in different schema in single database in oracle to postgres schema, which is created for these 1000 tables in talend 7.2

.

Thanks & Regards,

Ritu

1 Solution

Accepted Solutions
TRF
Champion II
Champion II

As the question is "can we" the answer is simply "yes we can".

View solution in original post

3 Replies
TRF
Champion II
Champion II

As the question is "can we" the answer is simply "yes we can".
Anonymous
Not applicable
Author

Hello TRF,

 

Thanx a lot . What approach should we follow as we have to create the structure as well in postgres using talend and each time table column will be different and also have multiple schemas in source .

 

Thanks in advance!!

 

Ritu

TRF
Champion II
Champion II

Think the approach of dynamicaly build "create table" requests based on Oracle's USER_TAB_COLUMNS or ALL_TAB_COLUMNS content.
Then use tPostgresqlRow component to execute generated requests.