Changes in This Release for Oracle Database Concepts

This preface contains:

Changes in Oracle Database 12c Release 1 (12.1.0.2)

Oracle Database Concepts for Oracle Database 12c Release 1 (12.1.0.2) has the following changes.

New Features

The following features are new in this release:

  • In-Memory Column Store

    The In-Memory Column Store (IM column store) is an optional area in the SGA that stores whole tables, table partitions, and individual columns in a compressed columnar format. The database uses special techniques, including SIMD vector processing, to scan columnar data rapidly. The IM column store is a supplement to rather than a replacement for the database buffer cache.

    See "In-Memory Column Store".

  • Automatic Big Table Caching

    This optional, configurable portion of the database buffer cache uses an algorithm for large tables based on object type and temperature. In single-instance and Oracle RAC databases, parallel queries can use the big table cache when the DB_BIG_TABLE_CACHE_PERCENT_TARGET initialization parameter is set to a nonzero value, and PARALLEL_DEGREE_POLICY is set to auto or adaptive. In a single-instance configuration only, serial queries can use the big table cache when DB_BIG_TABLE_CACHE_PERCENT_TARGET is set.

    See "Buffer I/O", and "Buffer Pools".

Changes in Oracle Database 12c Release 1 (12.1.0.1)

Oracle Database Concepts for Oracle Database 12c Release 1 (12.1.0.1) has the following changes.

New Features

The following features are new in this release: