DBDB.io The Encyclopedia of Database Systems · Est. 2017
Database of Databases

Database Entry

Oracle RDBMS


Oracle RDBMS is a widely-used proprietary DBMS released by Oracle Corporation. The most recent version released was 18c; version 18.3 was released in July 2018. It supports a multi-model storage paradigm, allowing for JSON, key-value, XML, and graph models in addition to the traditional relational model.[04][05]

Database Entry

Oracle RDBMS


Oracle RDBMS is a widely-used proprietary DBMS released by Oracle Corporation. The most recent version released was 18c; version 18.3 was released in July 2018. It supports a multi-model storage paradigm, allowing for JSON, key-value, XML, and graph models in addition to the traditional relational model.[04][05]

History[06][07]


In 1977, Larry Ellison, Robert Miner, and Ed Oates founded Software Development Laboratories, which was hired by the United States Central Intelligence Agency (CIA) in order to write a new database system based upon SQL. This system came to be known as Oracle. The company changed its name to Relational Software, Inc. in 1979 and then to Oracle Systems Corporation not long thereafter, in 1982.

Compression[08]


Oracle supports compression at multiple levels within the data, including by row, block, and index. It also supports network compression designed to reduce bandwidth usage and increase network throughput.

Concurrency Control[09]


Oracle employs MVCC for concurrency control.

Data Model[04]


Oracle supports a variety of data models for storage within its system.

Isolation Levels[10]


Oracle supports isolation levels of read committed as well as serializable, defaulting with the latter. There is an additional mode available, "read only", which is not part of the SQL standard.

Stored Procedures[11]


Stored procedures are supported by Oracle.

Citations

11 sources
  1. AI Database | Oracle oracle.com
  2. Oracle AI Database Documentation - Oracle Database oracle.com
  3. Oracle Database - Wikipedia wikipedia.org
  4. Multimodel Database with Oracle Database 12c Release 2 oracle.com
  5. https://www.oracle.com/technetwork/database/oracledatabase18c-wp-4392576.pdf oracle.com Dead — Check Archive
  6. https://www.eyerys.com/articles/timeline/software-development-laboratories-oracle-was-founded#event-a-href-articles-timeline-facebook-and-billion-userfacebook-and-a-billion-user-a eyerys.com
  7. The CIA Made Larry Ellison a Billionaire - Business Insider businessinsider.com
  8. Oracle Advanced Compression with Oracle Database 12c oracle.com
  9. Data Concurrency and Consistency oracle.com
  10. Data Concurrency and Consistency oracle.com
  11. 2 Day Developer's Guide oracle.com
Revision #10 Last Updated: