Oracle database

Updated: 10/02/2017 by Computer Hope
Oracle logo

An Oracle database, or Oracle DB (database), is a type of database developed by Oracle and designed for use with Oracle software. It has schemas and tables, like most other databases, but its structure is optimized to work best with Oracle software. Such software includes the Oracle HRMS (human resource management system) system, the Oracle Manufacturing ERP (enterprise resource planning) system, and the Oracle WebCenter Content (electronic document archival) system.

Additional tables can be added to an Oracle database if desired, and additional columns can be added to tables in the database. Accessing data in an Oracle database requires SQL (Structured Query Language) programming language knowledge and use. SQL is a standard programming language for databases, and for Oracle databases, the SQL syntax is a little different than the syntax for other types of databases. However, the general structure of "Oracle SQL" is relatively the same as SQL syntax for other databases.

The size of an Oracle database varies depending on its use, but it can become large, being hundreds of gigabytes, or even terabytes, in size.

Using an Oracle database requires licensing from Oracle. The licensing costs vary by use case and can be expensive, costing several hundred thousand dollars or more. Due to the costs, Oracle databases are used by larger companies that can afford the higher costs.

Database, Database terms, ERP, Oracle Fusion, Schema, Table