Database Manager at a tech company with 51-200 employees
A powerful Relational Database Management System that offers a large feature set
Pros and Cons
- "Oracle is a powerful relational database management system that ensures high level security, consistency and data concurrency."
- "Due to its high cost, oracle is not the first priority for the organizations having budget constraints."
What is most valuable?
• Oracle ensures high level security by performing each transaction in isolation from others. The database management as well as user management of oracle is very effective
• Provides data consistency as well as data concurrency.
• Oracle database guarantees that the data returned by a single query is committed and consistent with respect to a single point in time.
• Supports very large size databases. So it is very beneficial for multinational organizations having billion of records.
• Oracle database ensures high level availability by providing solutions for fixing problems rapidly and minimize both planned and unplanned downtime. These solutions help enterprises maintain business continuity 24 hours a day, seven days a week.
What needs improvement?
• Due to its high cost, oracle is not the first priority for the organizations having budget constraints.
• A full time oracle Administration staff is always needed for the complex configuration of oracle.
• After installation, oracle drains lot of memory causing slow performance of system
• Oracle is not popular with open source code. MYSQL is a better option.
What other advice do I have?
Oracle is a powerful relational database management system that ensures high level security, consistency and data concurrency. Oracle architecture is split between the logical design and the physical design. This structure means that for large-scale distributed computing, the data location seems local and transparent to the user, allowing for a more modular physical structure that can be added to and altered without affecting the activity of the database, its data, or users. The sharing of resources in this way allows for very flexible data networks whose capacity can be adjusted up or down to suit demand, without degradation of service. It also allows for a robust system to be devised as a single point failure can’t bring down the whole database across a network.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Presenter at a consultancy
Beware: Need to monitor disk space
One thing that is annoying is the need to monitor the disk space available. In Oracle, the DBMS can monitor the utilization of a data file(s) but when the data files become full, the DBMS cannot just add a new data file and continue. Everything comes to a deadly halt. This approach makes no sense because the solution is just to add a new data file. So all that Oracle has to provide for are the parameters we want for all data files that are added "automagically" and we do not then run into such deadly issues.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Buyer's Guide
Oracle Database
March 2026
Learn what your peers think about Oracle Database. Get advice and tips from experienced pros sharing their opinions. Updated: March 2026.
884,933 professionals have used our research since 2012.
ECM, Archives and Digital Preservation Consultant at DataServe
A stable and scalable solution with high performance
Pros and Cons
- "Oracle Database is the best based on stability and high performance."
- "The solution could be cheaper."
What is our primary use case?
We use most of our projects with the government and private sector based on Microsoft SQL Server.
How has it helped my organization?
We have an e-correspondence solution leveraging both Microsoft SQL and Oracle databases. This solution utilizes Java on top of IBM cloud technology for business automation, ensuring security through Oracle and Microsoft Secure integration.
What is most valuable?
Many companies are transitioning from AME to Oracle Database due to competitive pricing. This shift is straightforward. Cost is a priority; they are trying to secure market share and ensure robust security measures.
What needs improvement?
The solution could be cheaper.
What do I think about the stability of the solution?
The product is much more stable than Microsoft.
I rate the solution’s stability a nine out of ten.
What do I think about the scalability of the solution?
The solution is scalable. 1,000 users are using this solution.
I rate the solution’s scalability a nine out of ten.
What was our ROI?
Oracle Database offers rigidity and top performance.
What's my experience with pricing, setup cost, and licensing?
The product is expensive.
What other advice do I have?
Oracle Database is the best based on stability and high performance.
I recommend this solution.
Overall, I rate the solution a ten out of ten.
Which deployment model are you using for this solution?
On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
System Analyst and Team Lead at a tech services company with 11-50 employees
High quality features, and scalable
Pros and Cons
- "Oracle Database has high-level features that are very good."
- "The solution could improve security."
What is our primary use case?
We are using Oracle Database for corporation development.
What is most valuable?
Oracle Database has high-level features that are very good.
What needs improvement?
The solution could improve security.
For how long have I used the solution?
I have been Oracle Database for approximately 12 years.
What do I think about the scalability of the solution?
The solution is scalable.
We have approximately 200 users using this solution.
Which solution did I use previously and why did I switch?
I have previously used MySQL.
What about the implementation team?
We have a four-person team that does the implementation and maintenance of the solution.
What's my experience with pricing, setup cost, and licensing?
The price of the solution is expensive compared to other database solutions. We are on an annual subscription.
What other advice do I have?
I would recommend this solution to others.
I rate Oracle Database a nine out of ten.
Which deployment model are you using for this solution?
On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Buyer's Guide
Download our free Oracle Database Report and get advice and tips from experienced pros
sharing their opinions.
Updated: March 2026
Popular Comparisons
Teradata
SQL Server
SAP HANA
MongoDB Atlas
MariaDB
IBM Db2 Database
CockroachDB
Amazon Aurora
Oracle Database In-Memory
YugabyteDB
Citus Data
Actian Ingres
IBM Informix
Buyer's Guide
Download our free Oracle Database Report and get advice and tips from experienced pros
sharing their opinions.
Quick Links
Learn More: Questions:
- Looking for recommendations for a service contract to de-identifiy patient data in databases.
- Which cloud-native database is the most similar to Oracle?
- How do you run Oracle Database at your organization and why?
- Do you know of any disadvantages of Oracle Database?
- What is the best use for Oracle Database?
- Which solution do you prefer: Microsoft SQL Server's enterprise edition or Oracle Database's enterprise edition?
- What exactly can one do with embedded Oracle Database?
- What are the main differences between Oracle Database and SQL Server?
- IBM Informix vs Oracle Database 12g - are these products really the same?
- Which product would you choose: CockroachDB or Oracle Database?















We have a script which monitors space left based on what the user_segments reports as used. We have also started to use bigfIle tablespaces.