Oracle Java DB vs SQL Server comparison

Cancel
You must select at least 2 products to compare!
Oracle Logo
1,070 views|905 comparisons
69% willing to recommend
Microsoft Logo
32,693 views|24,395 comparisons
92% willing to recommend
Comparison Buyer's Guide
Executive Summary

We performed a comparison between Oracle Java DB and SQL Server based on real PeerSpot user reviews.

Find out what your peers are saying about Microsoft, Oracle, SAP and others in Relational Databases Tools.
To learn more, read our detailed Relational Databases Tools Report (Updated: April 2024).
768,415 professionals have used our research since 2012.
Featured Review
Quotes From Members
We asked business professionals to review the solutions they use.
Here are some excerpts of what they said:
Pros
"The additional value of having Java inside the Oracle database is all the security that is applied to an Oracle database will be enforced on Java's stored procedures as well.""It's very clever.""The most valuable feature is automation.""The solution is stable.""Able to write queries more efficiently and the management of data has become better and easier.""It has a programming language so anything that we require for Selenium is all available there.""There have been no issues in relation to stability. We've never really had do to any recoveries. It is very stable."

More Oracle Java DB Pros →

"We've found it to basically be pretty problem-free.""I use the menu on the management view credit section to get information from the database.""Managing database is very good.""It's a good learning environment, it's easy enough to learn and understand. Anybody that picks up the language early on will be able to develop in it.""It integrates well with other platforms.""For me, the initial setup is very easy as I have years of experience with the product.""I have found that SQL Server works very well in the Microsoft Dynamics environment.""I have found the most valuable features to be the flexibility and the vast amount of features available."

More SQL Server Pros →

Cons
"In terms of improvement, I'd like an automation tool that is lower priced. The core prices are very high.""The solution could be more user-friendly.""It'll be better if Oracle Java supports open source technologies, like Node.js.""Needs improvement in consistency issues with respect to timeframes.""The solution should continue to keep updating and improving the Java language.""The biggest lesson that I have learned from using Oracle products is vendor lock-in."

More Oracle Java DB Cons →

"The configuration process can be a little complex.""Since this is a relational order system, scalability has a limit. If your system is very big, you need bigger servers and you have to spend more money. We scale a system up to a certain level, and then we move or shift data to the warehouse, which is NoSQL. We then do not have any bottleneck in scaling. For using this technique we are happy with it.""The pricing could be more affordable.""I would like to see better integration between their link server and other platforms, such as IBM.""Linux-based editions are not yet proven to be on par with Windows deployments.""SQL Server could improve by providing something similar to an interface or dashboard where a developer can do debugging, this would make a developer's work easier. Additionally, the optimization could be better. If there was an interface showing information needed for the optimization it would help because there can be some data loss making it difficult to optimize the SQL Server.""In the next releases, I would only like more enhanced backups and more restore points.""The Management Studio is a pretty heavy piece of software, and it's sometimes slow. I would recommend making an express version of the Management Studio, which is lighter and has fewer features but is a little faster."

More SQL Server Cons →

Pricing and Cost Advice
  • "The product's pricing is very friendly, with no extra costs after the licensing fees."
  • More Oracle Java DB Pricing and Cost Advice →

  • "The free version is cumbersome to use and maintain. But $5000 for a licence is more expense than the benefit I would get from a licensed version. A licence might be worth the price to simplify management and speed up searches."
  • "​We are a Microsoft shop, so we use Active Directory. That integrates well with this product, but we did look at Oracle. We also looked at IBM. This was the best price point for us for what we were getting.​"
  • "​It has the easiest licensing."
  • "This is a downside of enterprise Microsoft products."
  • "Currently, almost all of my machines are in Azure and I think it is the best way of licensing now (VM+software)."
  • "The price has been going higher and higher. The market is quite price sensitive."
  • "My advice is quite straightforward. If you know the number of users who really and truly need access to the Server then it is a no-brainer. If you do not know, then get the basic package and minimum licenses and start from there. Needless to say, users can develop/use data structures outside and then deploy onto the Server."
  • "The setup cost is high, but it will return every penny."
  • More SQL Server Pricing and Cost Advice →

    report
    Use our free recommendation engine to learn which Relational Databases Tools solutions are best for your needs.
    768,415 professionals have used our research since 2012.
    Questions from the Community
    Top Answer:The solution could be more user-friendly. It comes with baggage so it should be simple to use. The PLS QL and the queries are efficient, but there isn't a major difference between the normal Java and… more »
    Top Answer:Our primary use case for this solution is for applications within the bank that are minor applications and web applications developed in house.
    Top Answer:SQL Server is fairly priced because it has various editions, depending on the number of users, servers, or core packs you are using. If you compare the product to others in this category, the prices… more »
    Top Answer:SQL Server has helped my organization through partitioning to distribute the workload, as it splits them up into smaller pieces so the machines can easily deal with it. However, this comes with a high… more »
    Top Answer:My company connects through SQL Server authentication. We have company Windows accounts, but we do not want to connect the two, out of security concerns and to keep things separated for our own… more »
    Ranking
    Views
    1,070
    Comparisons
    905
    Reviews
    1
    Average Words per Review
    405
    Rating
    6.0
    Views
    32,693
    Comparisons
    24,395
    Reviews
    22
    Average Words per Review
    398
    Rating
    8.7
    Comparisons
    MySQL logo
    Compared 45% of the time.
    Oracle Database logo
    Compared 12% of the time.
    Apache Derby logo
    Compared 12% of the time.
    SAP HANA logo
    Compared 9% of the time.
    MariaDB logo
    Compared 5% of the time.
    MariaDB logo
    Compared 19% of the time.
    SAP HANA logo
    Compared 14% of the time.
    Oracle Database logo
    Compared 12% of the time.
    LocalDB logo
    Compared 10% of the time.
    IBM Db2 Database logo
    Compared 9% of the time.
    Also Known As
    Microsoft SQL Server, MSSQL, MS SQL
    Learn More
    Overview

    Java DB is a relational database management system (RDBMS). Data is stored and queried via SQL or JDBC. Like other RDBMSs, Java DB can also be accessed through a persistence layer such as JPA, Hibernate, or JDO. Java objects can be stored in the columns of Java DB tables.

    SQL Server is a relational database management system (RDBMS) by Microsoft. The product's main purposes are to store data and retrieve it as requested by other software applications - on the same computer or on another computer across a shared network. The solution is built on top of Structured Query Language (SQL), which is a standardized programming language used for relational database management.

    The product is tied to Transact-SQL (T-SQL), which is an implementation of SQL from Microsoft that adds several proprietary programming extensions to the standard language. SQL Server is built similarly to other RDBMS products, as its structure is a row-based table that connects related data elements in different tables to one another. One of its most important components is the SQL Server Database Engine, as it controls data processing, storage, and security. Beneath the Database Engine is the SQL Server Operating System, which is used for memory and I/O management, locking data to avoid unneeded upgrades, and job scheduling.

    The solution has four editions with different sets of services and tools. They include:

    • SQL Server Developer
    • SQL Server Expression
    • SQL Server Standard 
    • SQL Server Enterprise

    The first two are available for free and are typically utilized by smaller companies, as they work with fewer functions and storage. The second two editions are generally used by bigger organizations and enterprises and offer more features.

    The solution has several functions through which users can facilitate different data-related processes. These include:

    • Aggregate functions: These functions are used to calculate one or more values and return a single value.

    • Window functions: Window functions calculate an aggregate value based on a group of rows and return multiple rows for each involved group.

    • Date functions: These functions allow clients to handle data and time data efficiently.

    • String functions: Through the string functions, SQL Server processes an input string and returns a string or numeric value.

    • System functions: The system functions of the product return objects, values, and settings.

    SQL Server Services

    SQL Server has a wide range of add-on services that provide additional benefits beyond database management. These services include:

    • Machine learning: SQL Server machine learning services allow users to do machine learning and data analytics within the product.
       
    • Service broker: This feature is a part of the database engine and offers messaging and message queuing for applications on the platform.

    • Replication: This feature consists of transaction replication, merge replication, and snapshot replication. 

    • Analysis: SQL Server Analysis Services (SSAS) adds online analytical processing (OLAP) and data mining capabilities to SQL Server databases.

    • Reporting: This feature supports the development of custom reporting applications.

    • Notifications: This feature generates data-driven notifications which are sent to subscribers of Notification Services.

    • Integration: This SQL Server feature provides capabilities for data integration, data import, and data warehousing.

    • Full-text search: Through this feature, users can utilize specialized indexing and query for unstructured text stored in the solution.

    • Visual studio: This feature supports data programming with SQL Server.

    • Azure Data Studio: This is a cross-platform query editor that can be downloaded and used alongside SQL Server.

    SQL Server Benefits

    The solution has many benefits for users. These include the following:

    • The platform ensures a consistent experience across other platforms while being fast and agile.

    • Through the built-in intelligence features, users can understand their data better.

    • The solution has enterprise-level security, which ensures the smooth and safe performance of users' data.

    • SQL Server offers the ability to retrieve large amounts of data quickly and efficiently.

    • The product installation process is fairly easy, and it offers a user-friendly interface.

    • SQL Server offers improved data storage and retrieval functions through frequent upgrades.

    • The solution reduces the risk of database server attacks, since it is not an open-source database.

    Reviews from Real Users

    A president at a consultancy evaluates SQL Server as a veteran solution with critical log shipping feature

    Harkamal S., a user at a manufacturing company, rates SQL Server with a high mark because it is a stable, scalable, and easy-to-deploy solution that pretty much covers everything.

    Sample Customers
    Université Nice Sophia Antipolis
    Microsoft SQL Server is used by businesses in every industry, including Great Western Bank, Aviva, the Volvo Car Corporation, BMW, Samsung, Principality Building Society, Wellmark Blue Cross and Blue Shield, and the Catholic District School Board of Eastern Ontario.
    Top Industries
    VISITORS READING REVIEWS
    Financial Services Firm20%
    Computer Software Company11%
    Educational Organization10%
    Comms Service Provider8%
    REVIEWERS
    Financial Services Firm18%
    Computer Software Company13%
    Manufacturing Company10%
    Comms Service Provider5%
    VISITORS READING REVIEWS
    Educational Organization42%
    Financial Services Firm9%
    Computer Software Company8%
    Manufacturing Company5%
    Company Size
    REVIEWERS
    Small Business40%
    Midsize Enterprise10%
    Large Enterprise50%
    VISITORS READING REVIEWS
    Small Business14%
    Midsize Enterprise14%
    Large Enterprise72%
    REVIEWERS
    Small Business41%
    Midsize Enterprise21%
    Large Enterprise38%
    VISITORS READING REVIEWS
    Small Business13%
    Midsize Enterprise48%
    Large Enterprise39%
    Buyer's Guide
    Relational Databases Tools
    April 2024
    Find out what your peers are saying about Microsoft, Oracle, SAP and others in Relational Databases Tools. Updated: April 2024.
    768,415 professionals have used our research since 2012.

    Oracle Java DB is ranked 23rd in Relational Databases Tools with 7 reviews while SQL Server is ranked 1st in Relational Databases Tools with 259 reviews. Oracle Java DB is rated 8.2, while SQL Server is rated 8.4. The top reviewer of Oracle Java DB writes "Ability to handle large volumes and data sets but could be more user-friendly". On the other hand, the top reviewer of SQL Server writes "Easy to use and provides good speed and data recovery". Oracle Java DB is most compared with MySQL, Oracle Database, Apache Derby, SAP HANA and MariaDB, whereas SQL Server is most compared with MariaDB, SAP HANA, Oracle Database, LocalDB and IBM Db2 Database.

    See our list of best Relational Databases Tools vendors.

    We monitor all Relational Databases Tools reviews to prevent fraudulent reviews and keep review quality high. We do not post reviews by company employees or direct competitors. We validate each review for authenticity via cross-reference with LinkedIn, and personal follow-up with the reviewer when necessary.