MySQL vs. Oracle Data Integrator (ODI)

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
MySQL
Score 8.3 out of 10
N/A
MySQL is a popular open-source relational and embedded database, now owned by Oracle.N/A
Oracle Data Integrator (ODI)
Score 8.3 out of 10
N/A
Oracle Data Integrator is an ELT data integrator designed with interoperability other Oracle programs. The program focuses on a high-performance capacity to support Big Data use within Oracle.N/A
Pricing
MySQLOracle Data Integrator (ODI)
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
MySQLOracle Data Integrator (ODI)
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
MySQLOracle Data Integrator (ODI)
Top Pros
Top Cons
Features
MySQLOracle Data Integrator (ODI)
Data Source Connection
Comparison of Data Source Connection features of Product A and Product B
MySQL
-
Ratings
Oracle Data Integrator (ODI)
9.6
11 Ratings
15% above category average
Connect to traditional data sources00 Ratings9.911 Ratings
Connecto to Big Data and NoSQL00 Ratings9.39 Ratings
Data Transformations
Comparison of Data Transformations features of Product A and Product B
MySQL
-
Ratings
Oracle Data Integrator (ODI)
9.9
11 Ratings
16% above category average
Simple transformations00 Ratings9.911 Ratings
Complex transformations00 Ratings9.911 Ratings
Data Modeling
Comparison of Data Modeling features of Product A and Product B
MySQL
-
Ratings
Oracle Data Integrator (ODI)
9.2
11 Ratings
12% above category average
Data model creation00 Ratings9.310 Ratings
Metadata management00 Ratings9.510 Ratings
Business rules and workflow00 Ratings9.111 Ratings
Collaboration00 Ratings8.510 Ratings
Testing and debugging00 Ratings9.311 Ratings
Data Governance
Comparison of Data Governance features of Product A and Product B
MySQL
-
Ratings
Oracle Data Integrator (ODI)
9.1
9 Ratings
10% above category average
Integration with data quality tools00 Ratings9.59 Ratings
Integration with MDM tools00 Ratings8.77 Ratings
Best Alternatives
MySQLOracle Data Integrator (ODI)
Small Businesses
Redis™*
Redis™*
Score 9.0 out of 10
Skyvia
Skyvia
Score 9.6 out of 10
Medium-sized Companies
Redis™*
Redis™*
Score 9.0 out of 10
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.2 out of 10
Enterprises
Redis™*
Redis™*
Score 9.0 out of 10
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.2 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
MySQLOracle Data Integrator (ODI)
Likelihood to Recommend
8.2
(134 ratings)
8.0
(29 ratings)
Likelihood to Renew
9.9
(4 ratings)
10.0
(4 ratings)
Usability
10.0
(6 ratings)
-
(0 ratings)
Support Rating
8.6
(2 ratings)
-
(0 ratings)
Implementation Rating
8.0
(1 ratings)
7.0
(1 ratings)
User Testimonials
MySQLOracle Data Integrator (ODI)
Likelihood to Recommend
Oracle
From my own perspective and the tasks that I perform on a daily basis, MySQL is perfect. It has a reasonable footprint, is fast enough and offers the security and flexibility I need. Everyone has their preferred applications and, no doubt, for larger data warehouses or more intensive applications, MySQL may have its limits, but for the area that I operate in, it's a great match.
Read full review
Oracle
Oracle Data Integrator is well suited in all the situations where you need to integrate data from and to different systems/technologies/environments or to schedule some tasks. I've used it on Oracle Database (Data Warehouses or Data Marts), with great loading and transforming performances to accomplish any kind of relational task. This is true for all Oracle applications (like Hyperion Planning, Hyperion Essbase, Hyperion Financial Management, and so on). I've also used it to manage files on different operating systems, to execute procedures in various languages and to read and write data from and to non-Oracle technologies, and I can confirm that its performances have always been very good. It can become less appropriate depending on the expenses that can be afforded by the customer since its license costs are quite high.
Read full review
Pros
Oracle
  • Security: is embedded at each level in MySQL. Authentication mechanisms are in place for configuring user access and even service account access to applications. MySQL is secure enough under the hood to store your sensitive information. Also, additional plugins are available that sit on top of MySQL for even tighter security.
  • Widely adopted: MySQL is used across the industry and is trusted the most. Therefore, if you face any problems, simply Google it and you shall land in plenty of forums. This is a great relief as when you are in a need of help, you can find it right in your browser.
  • Lightweight application: MySQL is not a heavy application. However, the data you store in the database can get heavy with time, but as in the configuration and MySql application files, those are not very heavy and can easily be installed on legacy systems as well.
Read full review
Oracle
  • Oracle Data Integrator nearly addresses every data issue that one can expect. Oracle Data Integrator is tightly integrated to the Oracle Suite of products. This is one of the major strengths of Oracle Data Integrator. Oracle Data Integrator is part of the Oracle Business Intelligence Applications Suite - which is highly used by various industries. This tool replaced Informatica ETL in Oracle Business Intelligence Applications Suite.
  • Oracle Data Integrator comes with many pre-written data packages. If one has to load data from Excel to Oracle Database, there is a package that is ready available for them - cutting down lot of effort on writing the code. Similarly, there are packages for Oracle to SQL, SQL to Oracle and all other possible combinations. Developers love this feature.
  • Oracle Data Integrator relies highly on the database for processing. This is actually an ELT tool rather than an ETL tool. It first loads all the data into target instance and then transforms it at the expense of database resources. This light footprint makes this tool very special.
  • The other major advantage of Oracle Data Integrator, like any other Oracle products, is a readily available developer pool. As all Oracle products are free to download for demo environments, many organizations prefer to play around with a product before purchasing it. Also, Oracle support and community is a big advantage compared to other vendors.
Read full review
Cons
Oracle
  • Although you can add the data you require as more and more data is added, the fixity of it becomes more critical.
  • As the demand, size, and use of the system increase, you may also need to change or acquire more equipment on your servers, although this is an internal inconvenience for the company.
Read full review
Oracle
  • ODI does not have an intuitive user interface. It is powerful, but difficult to figure out at first. There is a significant learning curve between usability, proficiency, and mastery of the tool.
  • ODI contains some frustrating bugs. It is Java based and has some caching issues, often requiring you to restart the program before you see your code changes stick.
  • ODI does not have a strong versioning process. It is not intuitive to keep an up to date repository of versioned code packages. This can create versioning issues between environments if you do not have a strong external code versioning process.
Read full review
Likelihood to Renew
Oracle
For teaching Databases and SQL, I would definitely continue to use MySQL. It provides a good, solid foundation to learn about databases. Also to learn about the SQL language and how it works with the creation, insertion, deletion, updating, and manipulation of data, tables, and databases. This SQL language is a foundation and can be used to learn many other database related concepts.
Read full review
Oracle
It is maturing and over time will have a good pool of resources. Each new version has addressed the issues of the previous ones. Its getting better and bigger.
Read full review
Usability
Oracle
I give MySQL a 9/10 overall because I really like it but I feel like there are a lot of tech people who would hate it if I gave it a 10/10. I've never had any problems with it or reached any of its limitations but I know a few people who have so I can't give it a 10/10 based on those complaints.
Read full review
Oracle
No answers on this topic
Support Rating
Oracle
The support staff is friendly, knowledgeable, and efficient. I only had to get part way through my explanations before they had a solution. They will walk you through a fix or actually connect in and fix the problem for you--or would if you can allow it. I've done it both ways with them. They are always forthcoming with 'how to do this if it happens again' information. I love working with MySQL support.
Read full review
Oracle
No answers on this topic
Implementation Rating
Oracle
1. Estimate your data size. 2. Test, test, and test.
Read full review
Oracle
No answers on this topic
Alternatives Considered
Oracle
MongoDB has a dynamic schema for how data is stored in 'documents' whereas MySQL is more structured with tables, columns, and rows. MongoDB was built for high availability whereas MySQL can be a challenge when it comes to replication of the data and making everything redundant in the event of a DR or outage.
Read full review
Oracle
I have used Trifacta Google Data Prep quite a bit. We use Google Cloud Platform across our organization. The tools are very comparable in what they offer. I would say Data Prep has a slight edge in usability and a cleaner UI, but both of the tools have comparable toolsets.
Read full review
Return on Investment
Oracle
  • As it is an open source solution through community solution, we can use it in a multitude of projects without cost license
  • The acquisition by Oracle makes you need to contract support for the enterprise version
  • If you have knowledge about oracle databases, you can get more out of the enterprise version
Read full review
Oracle
  • From a business intelligence perspective, it allows us to provide users with the necessary data and information to make informed decisions.
  • Compared with other Oracle products and licensing, I do not think the pricing was unreasonable.
  • It is part of a larger install, so for ease of use, we purchased it with other Oracle products.
Read full review
ScreenShots