https://linen.dev logo
a

Alex Malinovskyi

02/13/2022, 3:09 AM
Hi all. I have another question related to tools comparison that is not reflected in the Comparison Sheet. In our project we would like to migrate data from Oracle SQL to PostgreSQL. I suggested to try Airbyte (as both connectors are "certified" level), but our DB Engineer said that he is familiar with another free tool - ora2pg - and he would like to proceed with it. Could you please provide any pros and cons of Airbyte against ora2pg so that I had some strong points in convincing him to try Airbyte? Thank you in advance.
This is what I found about pros and cons of ora2pg:
Pros: Ora2pg is a very popular tool used for specifically migrating Oracle databases to PostgreSQL. Supports Windows and Linux operating systems and uses textual interface. This tool understands both databases very well and is quite reliable from functionality perspective. When we migrated data in a production environment, the data analysis (or data sanity) exercise resulted in “0” data defects which is quite remarkable. Pretty efficient in migrating data types like Date/Timestamp and Large Objects. Easy to schedule jobs via shell script in the background. Developer’s response for any issues on github is good. Cons: Ora2pg’s installation procedure, which includes installing Perl modules, Oracle and Postgres clients, might become a complex affair depending on the OS version and even more complex when doing the same on Windows OS. There might be significant performance challenges when migrating big size tables with “Large Objects” in parallel (this means one ora2pg job with multiple threads) which can lead to significant data migration strategy change.
a

Arvi

02/14/2022, 8:26 PM
Hello Alex, if you want to only use one connector like Oracle to Postgres maybe a specific tool can be much more easy to use compared to Airbyte. Airbyte enable you connect 150+ sources (API and databases) to more than 20 destination; If in the future you want to send data from oracle to another place… probably ora2pg won’t help you. The question you must do is: this project is only this migration of involve much more to solve in the future?
@[DEPRECATED] Marcos Marx Thank you very much. Now I've got the main difference and advantage of Airbyte against other similar tools. Yes, I should rise that question about scaling and future plans of the project. Thanks.
5 Views