# Oracle NoSQL Database Cloud Reviews
**Vendor:** Oracle  
**Category:** [Key Value Databases](https://www.g2.com/categories/key-value-databases)  
**Average Rating:** 4.1/5.0  
**Total Reviews:** 13
## About Oracle NoSQL Database Cloud
A NoSQL database service with on-demand throughput and storage based provisioning that supports JSON, Table and Key-Value datatypes, all with flexible transaction guarantees.



## Oracle NoSQL Database Cloud Pros & Cons
**What users like:**

- Users find the **ease of use** of Oracle NoSQL Database Cloud enhances their overall experience and productivity. (1 reviews)
- Users appreciate the **simplicity and user-friendliness** of Oracle NoSQL Database Cloud, making it easy to use. (1 reviews)

**What users dislike:**

- Users note the **high pricing** of Oracle NoSQL Database Cloud as a significant concern for cost-effectiveness. (1 reviews)

## Oracle NoSQL Database Cloud Reviews
  ### 1. Using Oracle SQL for Data Analysis

**Rating:** 5.0/5.0 stars

**Reviewed by:** Renalyn P. | Data Analyst Supervisor, Enterprise (> 1000 emp.)

**Reviewed Date:** February 21, 2023

**What do you like best about Oracle NoSQL Database Cloud?**

fast extraction of data, you can see where line you have an error in your code, it has many helpful functions for an analyst like me

**What do you dislike about Oracle NoSQL Database Cloud?**

I guess its hard for someone who doesn't really know SQL or how to use SQL

**What problems is Oracle NoSQL Database Cloud solving and how is that benefiting you?**

It helps us store data so that we can easily retrieve it when needed for reporting or analysis

  ### 2. Best service provider ever

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** May 24, 2023

**What do you like best about Oracle NoSQL Database Cloud?**

It's simple and user friendly to use also.

**What do you dislike about Oracle NoSQL Database Cloud?**

It's pricing may be one factor that may be looked upon.

**What problems is Oracle NoSQL Database Cloud solving and how is that benefiting you?**

It solves problem of the securities of the data of the account of my users.

  ### 3. Easy to use

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Insurance | Mid-Market (51-1000 emp.)

**Reviewed Date:** November 19, 2020

**What do you like best about Oracle NoSQL Database Cloud?**

Easy to maintain, and install. Ease of using, extracting data and creating reports.

**What do you dislike about Oracle NoSQL Database Cloud?**

Sometimes take time to load run queries.

**What problems is Oracle NoSQL Database Cloud solving and how is that benefiting you?**

No problems

  ### 4. Oracle NoSql

**Rating:** 4.0/5.0 stars

**Reviewed by:** Sanjay Haresh K. | Software Engineering Intern, Internet, Enterprise (> 1000 emp.)

**Reviewed Date:** December 12, 2017

**What do you like best about Oracle NoSQL Database Cloud?**

The precise queries. The UI is great and easy to use. The speed is very nice. Awesome ACID level reliability is provided with the latest version of Oracle No Sql. The look and feel and usability is pretty much like oracle.

**What do you dislike about Oracle NoSQL Database Cloud?**

The product is very nice and my usage is minimal so I don't dislike anything.

**What problems is Oracle NoSQL Database Cloud solving and how is that benefiting you?**

BDA, DWM.

  ### 5. Database Analyst

**Rating:** 3.5/5.0 stars

**Reviewed by:** Verified User in Financial Services | Enterprise (> 1000 emp.)

**Reviewed Date:** October 24, 2017

**What do you like best about Oracle NoSQL Database Cloud?**

The best thing about oracle nosql that we can deal and query with file systems easily without having any issues and clear understanding of Oracle architecture and its underlying components. Also it can easily integrated for usage with Hadoop ecosystem components.

**What do you dislike about Oracle NoSQL Database Cloud?**

I dislike the fact since it’s Nosql database and we do not have Capability to write SQLs making the entire process of storing and retrieving data time consuming and cumbersome as compared to relational DBMS on which we can easily query on.

**What problems is Oracle NoSQL Database Cloud solving and how is that benefiting you?**

We store our huge historical tables and their data on filesystems using Oracle NOSQL and Hadoop.

  ### 6. feedback on oracle nosql

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Architecture & Planning | Mid-Market (51-1000 emp.)

**Reviewed Date:** January 11, 2018

**What do you like best about Oracle NoSQL Database Cloud?**

optimum way to store relational data without having to take performance overhead

**What do you dislike about Oracle NoSQL Database Cloud?**

create way to store relational data without having to take performance overhead

**What problems is Oracle NoSQL Database Cloud solving and how is that benefiting you?**

storing the transacation data for our organization 

  ### 7. A powerful database easily scale to large number of nodes in different data centers

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Wireless | Enterprise (> 1000 emp.)

**Reviewed Date:** August 25, 2016

**What do you like best about Oracle NoSQL Database Cloud?**

It provides a simple model using key-value to application developer.
The very basic license is free - open source version
It scales horizontally very well - it's designed to support and respond to availability of additional hardware
Simple programming model with ACID compliant transactions, and JSON data format support


**What do you dislike about Oracle NoSQL Database Cloud?**

It's hard to make all the data tables consistent because there is a large computational cost of executing a JOIN between two tables for SQL system. Each developer has to find its own solution around or live with it.

**Recommendations to others considering Oracle NoSQL Database Cloud:**

The basic license may be free but the cost can go up with you want additional support and features.
The support of NoSQL isn't as good as SQL so you'll have to implement your way to achieve what you want, such as generate report..etc

**What problems is Oracle NoSQL Database Cloud solving and how is that benefiting you?**

We need a database model/language that's simple to adopt and easy to scale with additional hardware. Oracle NoSQL is a great candidate.

  ### 8. A basic tool for SQL  users

**Rating:** 4.0/5.0 stars

**Reviewed by:** Stirling N. | Reporting Manager, Government Administration, Enterprise (> 1000 emp.)

**Reviewed Date:** June 09, 2016

**What do you like best about Oracle NoSQL Database Cloud?**

Oracle NoSQL  is,  what bets can be described,  as a middle of the road option,  based on client server technology that Oracle does so well.  It is based on  the Berkeley DB edition,  with Java.  this means it is not able to run Scala  and other newer technologies, natively. 

The server is based on a number of nodes,  the main key of which is incorporated to the server that a record belongs to, by way of a simple hash key.  there is only a single master,  but multiple replica DB  system.  one of the problems is that it can take a long time to update the  shards-  by updating the key-value pairs -  though it does not need the shutdown as many other systems are. 

One of the better benefits is the way noSQL updates the nodes if  the master shard feels -  the database if it cannot repair based on a database transaction it will attempt a PAXOS  transaction.  this means that the database will stay up longer than those which basically fail if the main goes down. 

 it also makes the normal Oracle mechanisms to provide ACID  transactions in cases where noSQL does not.

**What do you dislike about Oracle NoSQL Database Cloud?**

Many of the most desired features -  including external tables -  are currently only available on the EE  edition.  this means checking carefully whether you need a feature which only comes with the premium model.

**Recommendations to others considering Oracle NoSQL Database Cloud:**

Try it,  if it fits use it.  But do not be surprised if there are features which you really need,  and are either available only as EE,  or not at all.

**What problems is Oracle NoSQL Database Cloud solving and how is that benefiting you?**

noSQL is best for casual users.  if you have simple practical things to do -  then this will do them.  but if you are searching for more,  you may want to look for other products.  it is definitely a tool which will be useful,  especially for circumstances where noSQL  is not your main forte.

  ### 9. Alternative to SQL for Big Data

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Computer Software | Enterprise (> 1000 emp.)

**Reviewed Date:** January 17, 2016

**What do you like best about Oracle NoSQL Database Cloud?**

NoSQL was named due to the fact that it is no longer using the traditional relational database technology.  You would want to pick this if your environment was posed for utilizing big data.  Otherwise, you would want to continue using a traditional SQL implementation.

**What do you dislike about Oracle NoSQL Database Cloud?**

The learning curve for using a database without relations can be quite difficult.  One data model uses key-value storage (which is what I've used in my experience) and it can be a very big change for developers.  When using a local database deployment with prefilled data, it can be quite slow even on a new machine.

**Recommendations to others considering Oracle NoSQL Database Cloud:**

While switching to NoSQL could be a daunting task for a developer, it can be a very useful tool for projects that will require many pieces of data.

**What problems is Oracle NoSQL Database Cloud solving and how is that benefiting you?**

In my previous company, I was working on a software project which was designed to handle millions and millions of pieces of data.  Today, my experience is only with a traditional, relational database.

  ### 10. Good store for java applications

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** July 29, 2016

**What do you like best about Oracle NoSQL Database Cloud?**

High availablity and fault tolerance.acid complaint transactions as well

**What do you dislike about Oracle NoSQL Database Cloud?**

Does not support all data formats. Need to mature. Does not provide atomicity and support for java only.

**Recommendations to others considering Oracle NoSQL Database Cloud:**

Use with knowledge

**What problems is Oracle NoSQL Database Cloud solving and how is that benefiting you?**

Started using oracle no sql in web applications for session storage.now using redis for better results.

  ### 11. Good key value store for Java Applications

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Internet | Mid-Market (51-1000 emp.)

**Reviewed Date:** March 26, 2016

**What do you like best about Oracle NoSQL Database Cloud?**

High availability and fault-tolerance and ACID compliant transaction

**What do you dislike about Oracle NoSQL Database Cloud?**

Supports only Java. No support for other programming languages. Need to mature.

**What problems is Oracle NoSQL Database Cloud solving and how is that benefiting you?**

Started using Oracle NoSQL in web application for session storage. Switched to Redis for its better performance and features.

  ### 12. Oracle NoSQL review

**Rating:** 3.5/5.0 stars

**Reviewed by:** Kumar B. | Senior Director, Financial Services, Enterprise (> 1000 emp.)

**Reviewed Date:** July 16, 2015

**What do you like best about Oracle NoSQL Database Cloud?**

Seamless integration with several BI tools and the ease of building Analytics.  POC cluster could hold several terabytes of data with superior performance.  Ability to perform ETL into the Hadoop cluster and then into NoSQL database.

**What do you dislike about Oracle NoSQL Database Cloud?**

Does not support all data formats.  Does not provide atomicity and the ability to provide a robust transactional integrity.  Business Continuity and Disaster Recovery methodologies are not fully proven. 

**What problems is Oracle NoSQL Database Cloud solving and how is that benefiting you?**

Trying to convert a legacy FoxPro database data into Nosql

  ### 13. oracle NOSQL review

**Rating:** 3.0/5.0 stars

**Reviewed by:** pramod g. | Senior Database Administrator, Internet, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 14, 2015

**What do you like best about Oracle NoSQL Database Cloud?**

highly reliable, scalable and available
Data is stored as key-value pairs, which are written to particular storage node(s), based on the hashed value of the primary key. 

**What do you dislike about Oracle NoSQL Database Cloud?**

Manageblity
Need more GUI capability to Achieve true potential 

**What problems is Oracle NoSQL Database Cloud solving and how is that benefiting you?**

providing Nearline solutions



- [View Oracle NoSQL Database Cloud pricing details and edition comparison](https://www.g2.com/products/oracle-nosql-database-cloud/reviews?section=pricing&secure%5Bexpires_at%5D=2026-05-24+09%3A10%3A28+-0500&secure%5Bsession_id%5D=f77b314b-10c0-4e23-bb0f-924535e3447f&secure%5Btoken%5D=90435fcd43eddd55b32328aa1262bb9d68a5ee7423db2f962dfedd591d924ac4&format=llm_user)

## Oracle NoSQL Database Cloud Features
**Data Management**
- Data Model
- Data Types

**Data Management**
- Data Model
- Data Types
- Built - In Search
- Event Triggers

**Configuration**
- Application Performance
- Orchestration
- Database Monitoring
- Anomaly Detection
- Network Security

**Availability**
- Auto Sharding
- Auto Recovery
- Data Replication

**Availability**
- Auto Sharding
- Auto Recovery
- Data Replication

**Database Administration**
- Provisioning
- Governance
- Auditing

**Performance**
- Query Optimization

**Availability**
- Scalability
- Backup
- Archiving
- Indexing

**Security**
- Data Masking
- Authentication And Single Sign-On
- Data Anonymization

**Security**
- Role-Based Authorization
- Authentication
- Encryption

**Security**
- Role-Based Authorization
- Authentication
- Audit Logs
- Encryption

**Data Management**
- Data Replication
- Advanced Data Analytics

**Support**
- Multi-Model
- Operating Systems

**Support**
- Multi-Model
- Operating Systems
- BI Connectors

**Database Features**
- Storage
- Availability
- Stability
- Scalability
- Security
- Data Manipulation
- Query Language

## Top Oracle NoSQL Database Cloud Alternatives
  - [Amazon DynamoDB](https://www.g2.com/products/amazon-web-services-aws-amazon-dynamodb/reviews) - 4.4/5.0 (499 reviews)
  - [MongoDB](https://www.g2.com/products/mongodb/reviews) - 4.5/5.0 (520 reviews)
  - [SAP HANA Cloud](https://www.g2.com/products/sap-hana-cloud-2025-10-01/reviews) - 4.3/5.0 (522 reviews)

