Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Apache Derby
Score 7.0 out of 10
N/A
Apache Derby is an embedded relational database management system, originally developed by IBM and called IBM Cloudscape.N/A
OCI
Score 8.1 out of 10
N/A
Oracle Cloud Infrastructure (OCI) is Oracles's infrastructure-as-a-service (IaaS) platform which combines the utility of public cloud with the granular control, security, and predictability of on-premises infrastructure.N/A
SQLite
Score 8.0 out of 10
N/A
SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private. SQLite is one of the most widely deployed databases in the world.N/A
Pricing
Apache DerbyOracle Cloud InfrastructureSQLite
Editions & Modules
No answers on this topic
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Apache DerbyOCISQLite
Free Trial
NoYesNo
Free/Freemium Version
NoYesNo
Premium Consulting/Integration Services
NoYesNo
Entry-level Setup FeeNo setup feeOptionalNo setup fee
Additional Details
More Pricing Information
Community Pulse
Apache DerbyOracle Cloud InfrastructureSQLite
Considered Multiple Products
Apache Derby
Chose Apache Derby
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 …
OCI

No answer on this topic

SQLite
Chose SQLite
SQLite is considered better against these two depending on the needs and phase of the project. If we require a lightweight yet reliable database which should also be portable across different platforms and speed is the most important part of the query and data security is not …
Features
Apache DerbyOracle Cloud InfrastructureSQLite
Infrastructure-as-a-Service (IaaS)
Comparison of Infrastructure-as-a-Service (IaaS) features of Product A and Product B
Apache Derby
-
Ratings
Oracle Cloud Infrastructure
7.0
137 Ratings
16% below category average
SQLite
-
Ratings
Service-level Agreement (SLA) uptime00 Ratings8.1132 Ratings00 Ratings
Dynamic scaling00 Ratings7.9132 Ratings00 Ratings
Elastic load balancing00 Ratings7.6121 Ratings00 Ratings
Pre-configured templates00 Ratings5.5121 Ratings00 Ratings
Monitoring tools00 Ratings6.8132 Ratings00 Ratings
Pre-defined machine images00 Ratings6.6119 Ratings00 Ratings
Operating system support00 Ratings6.4131 Ratings00 Ratings
Security controls00 Ratings7.4133 Ratings00 Ratings
Automation00 Ratings7.095 Ratings00 Ratings
Best Alternatives
Apache DerbyOracle Cloud InfrastructureSQLite
Small Businesses
SQLite
SQLite
Score 8.0 out of 10
DigitalOcean Droplets
DigitalOcean Droplets
Score 9.4 out of 10
InfluxDB
InfluxDB
Score 8.8 out of 10
Medium-sized Companies
SAP HANA Cloud
SAP HANA Cloud
Score 8.9 out of 10
SAP on IBM Cloud
SAP on IBM Cloud
Score 9.0 out of 10
Neo4j
Neo4j
Score 8.8 out of 10
Enterprises
SAP HANA Cloud
SAP HANA Cloud
Score 8.9 out of 10
SAP on IBM Cloud
SAP on IBM Cloud
Score 9.0 out of 10
Neo4j
Neo4j
Score 8.8 out of 10
All AlternativesView all alternativesView all alternativesView all alternatives
User Ratings
Apache DerbyOracle Cloud InfrastructureSQLite
Likelihood to Recommend
7.0
(3 ratings)
7.8
(149 ratings)
8.0
(14 ratings)
Likelihood to Renew
-
(0 ratings)
8.6
(6 ratings)
-
(0 ratings)
Usability
-
(0 ratings)
7.0
(14 ratings)
8.0
(2 ratings)
Availability
-
(0 ratings)
8.0
(3 ratings)
-
(0 ratings)
Performance
-
(0 ratings)
8.4
(27 ratings)
-
(0 ratings)
Support Rating
-
(0 ratings)
7.7
(19 ratings)
1.0
(1 ratings)
In-Person Training
-
(0 ratings)
9.0
(3 ratings)
-
(0 ratings)
Online Training
-
(0 ratings)
9.0
(3 ratings)
-
(0 ratings)
Implementation Rating
-
(0 ratings)
8.0
(3 ratings)
-
(0 ratings)
Configurability
-
(0 ratings)
8.0
(2 ratings)
10.0
(1 ratings)
Contract Terms and Pricing Model
-
(0 ratings)
6.0
(10 ratings)
-
(0 ratings)
Ease of integration
-
(0 ratings)
8.0
(2 ratings)
10.0
(1 ratings)
Product Scalability
-
(0 ratings)
8.7
(3 ratings)
-
(0 ratings)
Professional Services
-
(0 ratings)
8.0
(5 ratings)
-
(0 ratings)
Vendor post-sale
-
(0 ratings)
8.0
(1 ratings)
-
(0 ratings)
Vendor pre-sale
-
(0 ratings)
8.0
(1 ratings)
-
(0 ratings)
User Testimonials
Apache DerbyOracle Cloud InfrastructureSQLite
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.
Read full review
Oracle
As per our usage Oracle Cloud Infrastructure for almost 6 years hosting 500 + customers I can say its well suited application for any small scale to larger scale application as it can handle that capacity and provide more reliable cloud service only if you need any messaging service like pub/sub or sqs better to consider other services.
Read full review
Open Source
SQLite is a lightweight and efficient database management system. With SQLite, performance increases as memory are added. It's reliable and well-tested before release. SQLite handles memory allocation and I/O errors gracefully. SQLite provides bug lists and code-change chronologies. All bugs are disclosed, and it's compatible with iOS, Android, MAC, and Windows. SQLite is open-source, allowing developers to tailor it to their specific needs.
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.
Read full review
Oracle
  • Oracle Cloud Infrastructure has a generous free tier, moreso than other hyperscalers, with an always-free tier that guarantees certain products are always free
  • Oracle Cloud Infrastructure allows you to size VMs with differing combinations of CPU and RAM, which is contrary to other hyperscalers that have specific pre-defined combinations only
  • Oracle Cloud Infrastructure regularly provides free certification exam offers
Read full review
Open Source
  • Our products are using SQLite in embedded Linux and in Windows software.
  • It is truly a stable cross-platform database.
  • The fact that it is a zero-configuration database engine, it is particularly a nice advantage when you work in the embedded world.
  • Being a single database file, it provides ease for those who need to quickly transfer data to someone else, or quickly browse data.
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.
Read full review
Oracle
  • Navigating the UI takes lots of getting used to. It reminds me of older GCP (just to get used to where everything is).
  • Permission for different things always seemed to be more difficult than it really needed to be. Once you got them set up you were good but updating anything or creating new permissions for just about anything took longer than I thought it should.
  • Based on how the buttons were laid out, it was pretty easy to delete all of your DNS records, and backing them up was not as intuitive as I'd like with the UI, but it was easy to do using a script.
Read full review
Open Source
  • Although it is excellent at what it does, you should be really careful and plan accordingly if you know that your database is going to scale at a huge level because it is not suitable of databases which are of Enterprise level and demands top-notch security and protection.
  • If your project involves multiple people working on the same database simultaneously, then that becomes a big problem, because it only allows single write at one time. You really need to be forward thinking in a manner to predict if this database will cater to all the needs of your project.
  • The most common difficulty with this is the lack of some of the basic functionality which is present in the other premier databases like Joints, Stored Procedure calls, Security and permission grants. If you do require all those things then you are better off not using this software.
  • Lastly, if you are using this in an Andriod App development cycle then also your options are limited because it does not integrate with PostgreSQL and MYSQL.
Read full review
Likelihood to Renew
Apache
No answers on this topic
Oracle
Reliability: Very dependable and stable OCI services have been for the business operations.Performance: The speed and efficiency of OCI in meeting their computing and storage needs.Scalability: The ease and effectiveness of scaling resources up or down to accommodate changing demands.Security: The robustness and effectiveness of OCI's security features in protecting their data and applications.
Read full review
Open Source
No answers on this topic
Usability
Apache
No answers on this topic
Oracle
The services & products in Oracle Cloud Infrastructure needs more improvement to beat other Cloud service providers. The price is good & Security processes are good. We are requiring to put more effort in supporting this Oracle Cloud Infrastructure than other Cloud service providers. Probably better ways are there but is not super easy to find or not super available
Read full review
Open Source
I have given this rating cause its irreplaceable in some of the areas like no more installation need except from a single library. I find dialect is simple in use cases. its suitable for any professionals with various skill levels. its easily connect with various os and devices. very less maintenance or administration required.
Read full review
Reliability and Availability
Apache
No answers on this topic
Oracle
Yeah sometimes we had to face unplanned outages due to underlying infrastructure issues, so not every time,e but once in a while we face issues with availability. But the good thing is we have redundancy with DR setup and multi region so we can manage.
Read full review
Open Source
No answers on this topic
Performance
Apache
No answers on this topic
Oracle
From the start, I was surprised by response times and image quality accessing windows VMs with RDP. GCP, Azure and -many offerings in AWS- don't perform this speed. Also, that's evident in the quality of Infrastructure Management Team, because I just received one warning regarding a region failure, what confirms that's a mature platform.
Read full review
Open Source
No answers on this topic
Support Rating
Apache
No answers on this topic
Oracle
Overall it is amazing, there is always room for improvement. We have weekly updates that tend to slow the program used more and more. We had to change some reports within Oracle because the others wouldn’t load. This is tied to our payroll and the delays are causing many time constraint issues and panic. We have to create a new report when one breaks. Otherwise awesome!
Read full review
Open Source
I haven't needed support yet.
Read full review
In-Person Training
Apache
No answers on this topic
Oracle
Effective training provided, much data productivity while doing training
Read full review
Open Source
No answers on this topic
Online Training
Apache
No answers on this topic
Oracle
detailed and easy to understand.
Read full review
Open Source
No answers on this topic
Implementation Rating
Apache
No answers on this topic
Oracle
Easier way to implement, vary much supportive way doing the implementation
Read full review
Open Source
No answers on this topic
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.
Read full review
Oracle
We used Microsoft Azure and Docker earlier and faced some difficulties like Microsoft Azure and Docker. Occasionally, the generation of large images can delay deployment. It is also necessary for me to admit that Microsoft Azure and Docker have a somewhat steep learning curve. Proper paperwork needs to be there. Docker has issues with performance on a number of platforms. On the other hand, OCI is easy to deploy and easy to understand.
Read full review
Open Source
We looked at other traditional RDBMS products, but found them to be cumbersome to deploy. They take up more space, and consume more computing resources than SQLite does. While the performance or direct integration to our primary applications may have been better or easier if we had gone with a traditional RDBMS, the performance of SQLite has been more than acceptable. The performance and speed to deploy made SQLite a much more attractive option for us than a traditional RDBMS.
Read full review
Contract Terms and Pricing Model
Apache
No answers on this topic
Oracle
was not part of initial purchase team. Anyways, i think unit pricing and billing frequency is good compared to other Cloud service providers, when it comes to Cloud Capital expenditure & Operational expenditure. Would be more interested in exploring more options where customers can get more cost relaxations on trying out new cloud services in Oracle Cloud Infrastructure for example a new App or a feature
Read full review
Open Source
No answers on this topic
Scalability
Apache
No answers on this topic
Oracle
We have hosted around 500 + customers on this cloud so till day not faced any major issues, so we can use it for any kind of products and it can hold the load and easily scale based on need.
Read full review
Open Source
No answers on this topic
Professional Services
Apache
No answers on this topic
Oracle
Services & Infra wise is ok to use & host applications & services. Security wise also good for a Cloud service provider. It is a interesting area to explore & using it for day to day needs can be further improvised in future probably. Modern day Services like AI and Machine learning could be improved
Read full review
Open Source
No answers on this topic
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.
Read full review
Oracle
  • Oracle Cloud helps us build and deploy apps quickly, getting our products out the door faster.
  • With real-time insights from Oracle Cloud, we can give customers personalized experiences that boost satisfaction.
  • Migrating to Oracle saves us cash on hardware and maintenance, which we can use for innovation and growth.
Read full review
Open Source
  • No licensing fees has a net increase on ROI
  • The active community has kept support costs low, further increasing ROI
  • The wide range of supported platforms and high level of compatibility has increased ROI by reducing time spent porting the database model to any platform specific solutions.
Read full review
ScreenShots

OCI Screenshots

Screenshot of Oracle Cloud Infrastructure Global FootprintScreenshot of 2-5x Faster Performance vs On-premises and Other Clouds (Storage Review)Screenshot of One Cloud for the Most Intensive Enterprise and Infra-heavy WorkloadsScreenshot of Gen 1 vs Gen 2 Cloud AdvantageScreenshot of Always Free Services