An Oracle database, strictly speaking, consists of a collection of data managed by an Oracle database management system or DBMS. The term "Oracle database" sometimes refers — imprecisely — to the DBMS software itself. The title of this article — and parts of the article content — perpetuate this confusion.
One can refer to the Oracle database management system unambiguously as Oracle DBMS or (since it manages databases which have relational characteristics) as Oracle RDBMS.
Oracle Corporation itself blurs the very useful distinction between:
Oracle Corporation produces and markets the Oracle DBMS, which many database applications use extensively on many popular computing platforms.
Larry Ellison and his friends and former co-workers Bob Miner and Ed Oates - who had started a consultancy called Software Development Laboratories (SDL) - developed the original Oracle DBMS software. They called their finished product Oracle after the code name of a CIA-funded project they had worked on while previously employed by Ampex.
Oracle users refer to the server-side memory structure as the SGA (System Global Area). The SGA typically holds cache information like data buffers, SQL commands and user information. In addition to storage, the database consists of online redo logs (which hold transactional history). Processes can in turn archive the online redo logs into archive logs (offline redo logs), which provide the basis (if necessary) for data recovery and for some forms of data replication.
The Oracle RDBMS stores data logically in the form of tablespaces and physically in the form of data files. Tablespaces can contain various types of segments, for example, Data Segments, Index Segments etc. Segments in turn comprise one or more extents. Extents comprise groups of contiguous data blocks. Data blocks form the basic units of data storage. At the physical level, data files comprise one or more data blocks, where the blocksize can vary.
Oracle keeps track of its data storage with the help of information stored in the SYSTEM tablespace. The SYSTEM tablespace contains the data dictionary - and often (by default) indexes and clusters. (A data dictionary consists of a special collection of tables that contains information about all user objects in the database). Since version 8i, the Oracle RDBMS also supports "locally managed" tablespaces which can store space management information in bitmaps in their own headers rather than in the SYSTEM tablespace (as is the case for "dictionary managed" tablespaces).
If the Oracle database administrator has instituted Oracle RAC (Real Application Clusters), then multiple instances, usually on different servers, attach to a central storage array. This scenario offers numerous advantages, most importantly performance, scalability and redundancy. However, support becomes more complex, and many sites do not use RAC. In version 10g, grid computing has introduced shared resources where an instance can use (for example) CPU resources from another node (computer) in the grid.
The Oracle DBMS can store and execute stored procedures and functions within itself. Such code can operate under PL/SQL (Oracle Corporation's proprietary procedural extension to SQL), or under the object-oriented language Java.
An Oracle database installation traditionally comes with a default schema called scott. After the installation process has set up the sample tables, the user can log into the database with the username scott and the password tiger. (The name of the "scott" schema originated with Bruce Scott, one of the first employees at Oracle (then Software Development Laboratories), who had a cat named Tiger.)
In 1983, RSI in its turn changed its name, becoming known as Oracle Corporation to align itself more closely with its flagship product. The company released Oracle version 3, which it had re-written using the C programming language and which supported COMMIT and ROLLBACK functionality for transactions. Version 3 extended platform support from the existing Digital VAX/VMS systems to include Unix environments.
In 1984 Oracle Corporation released Oracle version 4, which supported read-consistency.
Starting 1985, the Oracle DBMS began supporting the client-server model, with networks becoming available in the mid-1980s. Oracle version 5.0 supported distributed queries.
In 1988 Oracle Corporation entered the application products market and developed its ERP product - Oracle Financials based on the Oracle relational database. Oracle RDBMS version 6 came out with support for PL/SQL, row-level locking and hot backups.
In 1992 Oracle version 7h (the h stands for "datawareHouse") appeared with support for referential integrity, stored procedures and triggers.
In 1997 Oracle Corporation released version 8, which supported object-oriented development and multimedia applications.
In 1999 Oracle8i came out, aiming to operate more in tune with the needs of the Internet (The i in the name stands for "Internet"). The Oracle 8i database incorporated a native Java virtual machine (JVM).
In 2001 Oracle9i appeared with 400 new features, including the ability to read and write XML documents. 9i also provided an option for Oracle RAC, or Real Application Clusters, a computer cluster database, as a replacement for the Oracle Parallel Server (OPS) option.
In 2003, Oracle Corporation released Oracle Database 10g. The g stands for "grid"; emphasizing a marketing thrust of presenting 10g as "grid-computing ready".
Oracle's numbering conventions have confused many people; they warrant a brief explanation. Since version 7, Oracle's RDBMS release numbering has used the following codes:
The version-numbering syntax within each release follows the pattern: major.maintenance.application-server.component-specific.platform-specific. For example, "10.2.0.1 for 64-bit Solaris" means: 10th major version of Oracle, maintenance level 2, Oracle Application Server (OracleAS) 0, level 1 for Solaris 64-bit.
The Oracle Administrator's Guide offers further information on Oracle release numbers.
Note too the 'Oracle Lite' or 'Oracle Database Lite' product, intended to run on mobile devices.
As of June 2006, Oracle Corporation supported the following operating-system platforms for Oracle Database 10g:
Development of applications commonly takes place in Java (using Oracle JDeveloper) or through PL/SQL (using, for example, Oracle Forms and Oracle Reports). Oracle Corporation has started a drive toward 'wizard'-driven environments with a view to enabling non-programmers to produce simple data-driven applications.
Oracle used to be notoriously difficult to install on Linux systems for a novice user. The later versions are packaged for several popular linux distributions and should pose no installation challenges beyond normal level of tehnical expertise required to install a database server.
Increasingly the Oracle database products compete against open source relational databases, particularly PostgreSQL, Firebird and MySQL. Oracle acquired Innobase, supplier of the InnoDB codebase to MySQL, in part to compete better in the open source market.
Oracle Express Edition (Oracle XE), an addition to the Oracle database product family (beta version released in 2005, production version released in February 2006), offers a free version of the Oracle RDBMS, but one limited to 4 Gb of user data, 1 Gb of RAM, and which will use no more than one CPU and which lacks an internal JVM.
For exact pricing calculations Oracle price list is available but it's usually wisest to call up a sales representative because the prices can vary greatly depending on who is buying.
As computers running Oracle often have eight or more processors, the software price can rise into the hundreds of thousands of dollars. The total cost of ownership exceeds this, as Oracle databases usually require well-trained database administrators to properly set up but moderately-trained operators to operate on a daily basis. Because of large installed base and available training courses Oracle specialists are in some areas a more abundant resource, than those for more exotic databases. Oracle frequently provides also special training offers for database administrators. Remote Database Administration has the potential also to diminish operational costs somewhat. Virtualization products, which can hide processors from Oracle software, and the ability to run on the low-cost Linux operating system, can lower the effective price relative to (say) Microsoft SQL Server.
With regard to Linux it is worth remembering that Oracle's certified configurations include mostly only commercial distros (RedHat Enterprise Linux 3 and 4, SuSE SLES8 and 9, Asianux) which can cost ranging from a few hundred to a few thousand USD per year depending on processor architecture and support package purchased. Still it is possible to avoid paying for those distros by using free alternatives like any RHEL clones, as CentOS or White Box. Oracle can also run reliably on unsupported distributions.
Database management systems | Oracle Corporation
Oracle | Oracle (Datenbanksystem) | Oracle | Oracle (base de données) | Oracle (bunachar sonraí) | Oracle | Oracle | Oracle (software) | Oracle Database | Oracle (baza danych) | Oracle | Oracle RDBMS | Oracle | Oracle
This article is licensed under the GNU Free Documentation License.
It uses material from the
"Oracle database".
Home Page • arts • business • computers • games • health • hospitals • home • kids & teens • news • physicians • recreation• reference • regional • science • shopping • society • sports • world