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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Migrate from Oracle to Postgres

Hello, I'm new to Talend Studio.

I need to migrate database from Oracle to Postgres.

I used this blog :

https://guydavis.github.io/2016/06/12/oracle_to_postgres/

which was very helpful.

0683p000009M5Q3.png

My questions are :

- Is it posable with Talend Studio to extract table structure from Oracle table and transfer it to Postgres as shown in picture above?

- Is it posable to transfer indexes , store procedures , triggers and other database objects?

Thank you in advance 

Labels (3)
1 Solution

Accepted Solutions
nfz11
Creator III
Creator III

Talend is not the correct tool to build the structure of a database in Postgres based on a database in Oracle.

 

I Googled "build postgres database from oracle" and found this Wiki which look like a good starting point:

https://wiki.postgresql.org/wiki/Oracle_to_Postgres_Conversion

View solution in original post

1 Reply
nfz11
Creator III
Creator III

Talend is not the correct tool to build the structure of a database in Postgres based on a database in Oracle.

 

I Googled "build postgres database from oracle" and found this Wiki which look like a good starting point:

https://wiki.postgresql.org/wiki/Oracle_to_Postgres_Conversion