TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Apache Derby

    Score7 out of 10
    N/AApache Derby is an embedded relational database management system, originally developed by IBM and called IBM Cloudscape.N/A

    Oracle Data Integrator (ODI)

    Score8.8 out of 10
    N/AOracle 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
    Apache DerbyOracle Data Integrator (ODI)
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    Apache DerbyOracle 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
    Apache DerbyOracle Data Integrator (ODI)
    Considered Both Products
    Apache
    No answer on this topic
    Oracle
    No answer on this topic
    Key User Insights
    Would buy again
    No answers on this topic
    90%
    Would buy again
    9 Answers
    Delivers good value for the price
    No answers on this topic
    88%
    Delivers good value for the price
    7 Answers
    Happy with the feature set
    No answers on this topic
    100%
    Happy with the feature set
    10 Answers
    Lived up to sales and marketing promises
    No answers on this topic
    100%
    Lived up to sales and marketing promises
    7 Answers
    Implementation went as expected
    No answers on this topic
    100%
    Implementation went as expected
    8 Answers
    Features
    Apache DerbyOracle Data Integrator (ODI)
    Data Source Connection
    Comparison of Data Source Connection features of Apache Derby and Oracle Data Integrator (ODI)
    Feature
    Apache Derby
    -
    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 Apache Derby and Oracle Data Integrator (ODI)
    Feature
    Apache Derby
    -
    Ratings
    Oracle Data Integrator (ODI)
    9.9
    11 Ratings
    20% above category average
    Simple transformations00 Ratings9.911 Ratings
    Complex transformations00 Ratings9.911 Ratings
    Data Modeling
    Comparison of Data Modeling features of Apache Derby and Oracle Data Integrator (ODI)
    Feature
    Apache Derby
    -
    Ratings
    Oracle Data Integrator (ODI)
    9.2
    11 Ratings
    15% 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 Apache Derby and Oracle Data Integrator (ODI)
    Feature
    Apache Derby
    -
    Ratings
    Oracle Data Integrator (ODI)
    9.1
    9 Ratings
    12% above category average
    Integration with data quality tools00 Ratings9.59 Ratings
    Integration with MDM tools00 Ratings8.77 Ratings
    Best Alternatives
    Apache DerbyOracle Data Integrator (ODI)
    Small Businesses
    No answers on this topic
    Skyvia
    Score10 out of 10
    Medium-sized Companies
    No answers on this topic
    IBM InfoSphere Information Server
    Score10 out of 10
    Enterprises
    No answers on this topic
    SolarWinds Task Factory
    Score8.3 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Apache DerbyOracle Data Integrator (ODI)
    Likelihood to Recommend
    7.0
    (3 ratings)
    8.0
    (29 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    10.0
    (4 ratings)
    Implementation Rating
    -
    (0 ratings)
    7.0
    (1 ratings)
    User Testimonials
    Apache DerbyOracle Data Integrator (ODI)
    Likelihood to Recommend
    Apache
    If you need a SQL-capable database-like solution that is file-based and embeddable in your existing Java Virtual Machine processes, Apache Derby is an open-source, zero cost, robust and performant option. You can use it to store structured relational data but in small files that can be deployed right alongside with your solution, such as storing a set of relational master data or configuration settings inside your binary package that is deployed/installed on servers or client machines.
    Incentivized
    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.
    Incentivized
    Read full review
    Pros
    Apache
    • Apache Derby is SMALL. Compared to an enterprise scale system such as MSSQL, it's footprint is very tiny, and it works well as a local database.
    • The SPEED. I have found that Apache Derby is very fast, given the environment I was developing in.
    • Based in JAVA (I know that's an obvious thing to say), but Java allows you to write some elegant Object Oriented structures, thus allowing for fast, Agile test cases against the database.
    • Derby is EASY to implement and can be accessed from a console with little difficulty. Making it appropriate for everything from small embedded systems (i.e. just a bash shell and a little bit of supporting libraries) to massive workstations.
    Incentivized
    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.
    Incentivized
    Read full review
    Cons
    Apache
    • It may not scale as well as some more mature database products.
    • Used it primarily from the command line with openjpa and jdbc, and from third-party clients such as Squirrel.
    • May benefit by providing more sophisticated tools to optimize query performance.
    Incentivized
    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.
    Incentivized
    Read full review
    Likelihood to Renew
    Apache
    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
    Apache
    SQLite is another open-source zero-cost file-based SQL-capable database solution and is a good alternative to Apache Derby, especially for non-Java-based solutions. We chose Apache Derby as it is Java-based, and so is the solution we embedded it in. However, SQLite has a similar feature set and is widely used in the industry to serve the same purposes for native solutions such as C or C++-based products.
    Incentivized
    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.
    Incentivized
    Read full review
    Return on Investment
    Apache
    • Being Open source, the resources spent on the purchase of the product are ZERO.
    • Contrary to popular belief, open source software CAN provide support, provided that the developers/contributors are willing to answer your emails.
    • Overall, the ROI was positive: being able to experiment with an open source technology that could perform on par with the corporate products was promising, and gave us much information about how to proceed in the future.
    Incentivized
    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.
    Incentivized
    Read full review
    ScreenShots