Azure Functions vs. Oracle Data Integrator (ODI)

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Azure Functions
Score 9.2 out of 10
N/A
Azure Functions enables users to execute event-driven serverless code functions with an end-to-end development experience.
$18
per month approximately
Oracle Data Integrator (ODI)
Score 8.4 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
Azure FunctionsOracle Data Integrator (ODI)
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Azure FunctionsOracle Data Integrator (ODI)
Free Trial
YesNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details——
More Pricing Information
Community Pulse
Azure FunctionsOracle Data Integrator (ODI)
Top Pros

No answers on this topic

Top Cons

No answers on this topic

Features
Azure FunctionsOracle Data Integrator (ODI)
Access Control and Security
Comparison of Access Control and Security features of Product A and Product B
Azure Functions
10.0
1 Ratings
4% above category average
Oracle Data Integrator (ODI)
-
Ratings
Multiple Access Permission Levels (Create, Read, Delete)10.01 Ratings00 Ratings
Single Sign-On (SSO)10.01 Ratings00 Ratings
Reporting & Analytics
Comparison of Reporting & Analytics features of Product A and Product B
Azure Functions
7.0
1 Ratings
9% above category average
Oracle Data Integrator (ODI)
-
Ratings
Dashboards7.01 Ratings00 Ratings
Standard reports9.01 Ratings00 Ratings
Custom reports5.01 Ratings00 Ratings
Function as a Service (FaaS)
Comparison of Function as a Service (FaaS) features of Product A and Product B
Azure Functions
8.8
1 Ratings
8% above category average
Oracle Data Integrator (ODI)
-
Ratings
Programming Language Diversity9.01 Ratings00 Ratings
Runtime API Authoring8.01 Ratings00 Ratings
Function/Database Integration9.01 Ratings00 Ratings
DevOps Stack Integration9.01 Ratings00 Ratings
Data Source Connection
Comparison of Data Source Connection features of Product A and Product B
Azure Functions
-
Ratings
Oracle Data Integrator (ODI)
9.6
11 Ratings
14% 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
Azure Functions
-
Ratings
Oracle Data Integrator (ODI)
9.9
11 Ratings
18% 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
Azure Functions
-
Ratings
Oracle Data Integrator (ODI)
9.2
11 Ratings
13% 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
Azure Functions
-
Ratings
Oracle Data Integrator (ODI)
9.1
9 Ratings
9% above category average
Integration with data quality tools00 Ratings9.59 Ratings
Integration with MDM tools00 Ratings8.77 Ratings
Best Alternatives
Azure FunctionsOracle Data Integrator (ODI)
Small Businesses
AWS Lambda
AWS Lambda
Score 8.8 out of 10
Skyvia
Skyvia
Score 9.7 out of 10
Medium-sized Companies
AWS Lambda
AWS Lambda
Score 8.8 out of 10
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.1 out of 10
Enterprises
AWS Lambda
AWS Lambda
Score 8.8 out of 10
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.1 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Azure FunctionsOracle Data Integrator (ODI)
Likelihood to Recommend
8.0
(1 ratings)
8.0
(29 ratings)
Likelihood to Renew
-
(0 ratings)
10.0
(4 ratings)
Implementation Rating
-
(0 ratings)
7.0
(1 ratings)
User Testimonials
Azure FunctionsOracle Data Integrator (ODI)
Likelihood to Recommend
Microsoft
They're great to embed logic and code in a medium-small, cloud-native application, but they can become quite limiting for complex, enterprise applications.
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
Microsoft
  • They natively integrate with many triggers from other Azure services, like Blob Storage or Event Grid, which is super handy when creating cloud-native applications on Azure (data wrangling pipelines, business process automation, data ingestion for IoT, ...)
  • They natively support many common languages and frameworks, which makes them easily approachable by teams with a diverse background
  • They are cheap solutions for low-usage or "seasonal" applications that exhibits a recurring usage/non-usage pattern (batch processing, montly reports, ...)
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
Microsoft
  • My biggest complaint is that they promote a development model that tightly couples the infrastructure with the app logic. This can be fine in many scenarios, but it can take some time to build the right abstractions if you want to decouple you application from this deployment model. This is true at least using .NET functions.
  • In some points, they "leak" their abstraction and - from what I understood - they're actually based on the App Service/Web App "WebJob SDK" infrastructure. This makes sense, since they also share some legacy behavior from their ancestor.
  • For larger projects, their mixing of logic, code and infrastructure can become difficult to manage. In these situations, good App Services or brand new Container Apps could be a better fit.
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
Microsoft
No answers on this topic
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
Alternatives Considered
Microsoft
This is the most straightforward and easy-to-implement server less solution. App Service is great, but it's designed for websites, and it cannot scale automatically as easily as Azure Functions. Container Apps is a robust and scalable choice, but they need much more planning, development and general work to implement. Container Instances are the same as Container Apps, but they are extremely more limited in termos of capacity. Kubernetes Service si the classic pod container on Azure, but it requires highly skilled professional, and there are not many scenario where it should be used, especially in smaller teams.
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
Microsoft
  • They allowed me to create solutions with low TCO for the customer, which loves the result and the low price, that helped me create solutions for more clients in less time.
  • You can save up to 100% of your compute bill, if you stay under a certain tenant conditions.
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