DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Microsoft Access vs. NCache vs. Oracle vs. Percona Server for MongoDB vs. SQLite

System Properties Comparison Microsoft Access vs. NCache vs. Oracle vs. Percona Server for MongoDB vs. SQLite

Editorial information provided by DB-Engines
NameMicrosoft Access  Xexclude from comparisonNCache  Xexclude from comparisonOracle  Xexclude from comparisonPercona Server for MongoDB  Xexclude from comparisonSQLite  Xexclude from comparison
DescriptionMicrosoft Access combines a backend RDBMS (JET / ACE Engine) with a GUI frontend for data manipulation and queries. infoThe Access frontend is often used for accessing other datasources (DBMS, Excel, etc.)Open-Source and Enterprise in-memory Key-Value StoreWidely used RDBMSA drop-in replacement for MongoDB Community Edition with enterprise-grade features.Widely used embeddable, in-process RDBMS
Primary database modelRelational DBMSKey-value storeRelational DBMSDocument storeRelational DBMS
Secondary database modelsDocument store
Search engine infoUsing distributed Lucene
Document store
Graph DBMS infowith Oracle Spatial and Graph
RDF store infowith Oracle Spatial and Graph
Spatial DBMS infowith Oracle Spatial and Graph
Vector DBMS infosince Oracle 23
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score101.16
Rank#11  Overall
#8  Relational DBMS
Score0.96
Rank#195  Overall
#29  Key-value stores
Score1244.08
Rank#1  Overall
#1  Relational DBMS
Score0.60
Rank#246  Overall
#39  Document stores
Score111.41
Rank#10  Overall
#7  Relational DBMS
Websitewww.microsoft.com/­en-us/­microsoft-365/­accesswww.alachisoft.com/­ncachewww.oracle.com/­databasewww.percona.com/­mongodb/­software/­percona-server-for-mongodbwww.sqlite.org
Technical documentationdeveloper.microsoft.com/­en-us/­accesswww.alachisoft.com/­resources/­docsdocs.oracle.com/­en/­databasedocs.percona.com/­percona-distribution-for-mongodbwww.sqlite.org/­docs.html
DeveloperMicrosoftAlachisoftOraclePerconaDwayne Richard Hipp
Initial release19922005198020152000
Current release1902 (16.0.11328.20222), March 20195.3.3, April 202423c, September 20233.4.10-2.10, November 20173.46.0  (23 May 2024), May 2024
License infoCommercial or Open Sourcecommercial infoBundled with Microsoft OfficeOpen Source infoEnterprise Edition availablecommercial inforestricted free version is availableOpen Source infoGPL Version 2Open Source infoPublic Domain
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++C#, .NET, .NET Core, JavaC and C++C++C
Server operating systemsWindows infoNot a real database server, but making use of DLLsLinux
Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
z/OS
Linuxserver-less
Data schemeyesschema-freeyes infoSchemaless in JSON and XML columnsschema-freeyes infodynamic column types
Typing infopredefined data types such as float or dateyespartial infoSupported data types are Lists, Queues, Hashsets, Dictionary and Counteryesyesyes infonot rigid because of 'dynamic typing' concept.
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.noyesnono
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLyes infobut not compliant to any SQL standardSQL-like query syntax and LINQ for searching the cache. Cache Synchronization with SQL Server using SQL dependency.yes infowith proprietary extensionsnoyes infoSQL-92 is not fully supported
APIs and other access methodsADO.NET
DAO
ODBC
OLE DB
IDistributedCache
JCache
LINQ
Proprietary native API
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
proprietary protocol using JSONADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Supported programming languagesC
C#
C++
Delphi
Java (JDBC-ODBC)
VBA
Visual Basic.NET
.Net
.Net Core
C#
Java
JavaScript (Node.js)
Python
Scala
C
C#
C++
Clojure
Cobol
Delphi
Eiffel
Erlang
Fortran
Groovy
Haskell
Java
JavaScript
Lisp
Objective C
OCaml
Perl
PHP
Python
R
Ruby
Scala
Tcl
Visual Basic
Actionscript
C
C#
C++
Clojure
ColdFusion
D
Dart
Delphi
Erlang
Go
Groovy
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Scala
Smalltalk
Actionscript
Ada
Basic
C
C#
C++
D
Delphi
Forth
Fortran
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
R
Ruby
Scala
Scheme
Smalltalk
Tcl
Server-side scripts infoStored proceduresyes infosince Access 2010 using the ACE-engineno infosupport for stored procedures with SQL-Server CLRPL/SQL infoalso stored procedures in Java possibleJavaScriptno
Triggersyes infosince Access 2010 using the ACE-engineyes infoNotificationsyesnoyes
Partitioning methods infoMethods for storing different data on different nodesnoneyesSharding, horizontal partitioningShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesnoneyes, with selectable consistency levelMulti-source replication
Source-replica replication
Source-replica replicationnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesno infocan be realized in PL/SQLyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
Strong Eventual Consistency over WAN with Conflict Resolution using Bridge Topology
Immediate ConsistencyEventual Consistency
Immediate Consistency
Foreign keys infoReferential integrityyesnoyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infobut no files for transaction loggingoptimistic locking and pessimistic lockingACID infoisolation level can be parameterizednoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes infovia file-system locks
Durability infoSupport for making data persistentyes infobut no files for transaction loggingyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infoVersion 12c introduced the new option 'Oracle Database In-Memory'yes infovia In-Memory Engineyes
User concepts infoAccess controlno infoa simple user-level security was built in till version Access 2003Authentication to access the cache via Active Directory/LDAP (possible roles: user, administrator)fine grained access rights according to SQL-standardAccess rights for users and rolesno
More information provided by the system vendor
Microsoft AccessNCacheOraclePercona Server for MongoDBSQLite
Specific characteristicsNCache has been the market leader in .NET Distributed Caching since 2005 . NCache...
» more
Competitive advantagesNCache is 100% .NET/ .NET Core based which fully supports ASP.NET Core Sessions ,...
» more
Typical application scenariosNCache enables industries like retail, finance, banking IoT, travel, ecommerce, healthcare...
» more
Key customersBank of America, Citi, Natures Way, Charter Spectrum, Barclays, Henry Schein, GBM,...
» more
Market metricsMarket Leader in .NET Distributed Caching since 2005.
» more
Licensing and pricing modelsNCache Open Source is free on an as-is basis without any support. NCache Enterprise...
» more

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services
3rd partiesNavicat for Oracle improves the efficiency and productivity of Oracle developers and administrators with a streamlined working environment.
» more

Devart ODBC driver for Oracle accesses Oracle databases from ODBC-compliant reporting, analytics, BI, and ETL tools on both 32 and 64-bit Windows, macOS, and Linux.
» more
Navicat for SQLite is a powerful and comprehensive SQLite GUI that provides a complete set of functions for database management and development.
» more

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
Microsoft AccessNCacheOraclePercona Server for MongoDBSQLite
DB-Engines blog posts

MS Access drops in DB-Engines Ranking
2 May 2013, Paul Andlinger

Microsoft SQL Server regained rank 2 in the DB-Engines popularity ranking
3 December 2012, Matthias Gelbmann

New DB-Engines Ranking shows the popularity of database management systems
3 October 2012, Matthias Gelbmann, Paul Andlinger

show all

MySQL is the DBMS of the Year 2019
3 January 2020, Matthias Gelbmann, Paul Andlinger

The struggle for the hegemony in Oracle's database empire
2 May 2017, Paul Andlinger

Architecting eCommerce Platforms for Zero Downtime on Black Friday and Beyond
25 November 2016, Tony Branson (guest author)

show all

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

show all

Conferences, events and webinars

Oracle Cloud World
Las Vegas, 9-12 September 2024

Recent citations in the news

Abusing Microsoft Access "Linked Table" Feature to Perform NTLM Forced Authentication Attacks - Check Point Research
9 November 2023, Check Point Research

Hackers Exploit Microsoft Access Feature to Steal Windows User’s NTLM Tokens
11 November 2023, CybersecurityNews

After installing Navisworks, Office 2016 (32-bit) applications stopped launching
8 October 2023, Autodesk Redshift

MS access program to increase awareness and independence of those living with MS and disability
10 July 2023, Nebraska Medicine

How to Connect MS Access to MySQL via ODBC Driver
7 September 2023, TechiExpert.com

provided by Google News

How to use NCache in ASP.Net Core
25 February 2019, InfoWorld

Custom Response Caching Using NCache in ASP.NET Core
22 April 2020, InfoQ.com

provided by Google News

Announcing FOCUS support for OCI cost reports to make multicloud FinOps easier
6 June 2024, Oracle

Oracle Database Testing
2 June 2024, ITPro Today

Announcing Oracle Database 23ai : General Availability
2 May 2024, Oracle

Understanding the different Oracle Database options under the OCI-Microsoft Azure partnership
21 May 2024, Oracle

Oracle and Microsoft bring Oracle Database@Azure to Europe
14 March 2024, Oracle

provided by Google News

MongoDB Performance Tuning
23 May 2024, Database Trends and Applications

How to Plan Your MongoDB Upgrade
29 January 2024, The New Stack

There are lots of ways to put a database in the cloud – here's what to consider
15 September 2023, The Register

Why Isn't the World Upgrading Its Databases?
25 March 2024, The New Stack

FerretDB goes GA: Gives you MongoDB, without the MongoDB...
15 May 2023, The Stack

provided by Google News

Microsoft Research chief scientist has no issue with Windows Recall
6 June 2024, The Register

How to work with Dapper and SQLite in ASP.NET Core
10 May 2024, InfoWorld

A Guide to Working with SQLite Databases in Python
21 May 2024, KDnuggets

SQLite Vulnerability Could Put Thousands of Apps at Risk
22 March 2024, Dark Reading

Copilot‘s screen-snapping Recall data stored in plain text
31 May 2024, CyberNews.com

provided by Google News



Share this page

Featured Products

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Present your product here