2024年4月28日发(作者:)

Oracle® TimesTen In-Memory Database

Release Notes

Release 11.2.1

E13080-19

November 2010

This document provides late-breaking information for TimesTen release 11.2.1.7.0, as

well as information that is not yet part of the formal documentation. The latest version

of this document is the file in your installation directory. Release notes

may also be updated from time to time in the documentation library at

/technetwork/database/timesten/documentation/

Information about TimesTen 11.2.1 releases before 11.2.1.6.0 can be found at

/technetwork/database/timesten/documentation/1121-

To install the Oracle TimesTen In-Memory Database, run setup from the installation

media pack. For installation information, see Oracle TimesTen In-Memory Database

Installation Guide. This guide can be accessed from install_dir/doc/ at the root of

the installation media pack.

This document contains the following sections:

Changes in this release

Platforms

Software requirements

Deliverables

Advance notice

Known problems and limitations

Contacting support

Documentation Accessibility

1Changes in this release

This section lists changes between releases:

Changes for Release 11.2.1.7.0 from Release 11.2.1.6.6

Changes for Release 11.2.1.6.6 from Release 11.2.1.6.5

Changes for Release 11.2.1.6.5 from Release 11.2.1.6.4

Changes for Release 11.2.1.6.4 from Release 11.2.1.6.3

Changes for Release 11.2.1.6.3 from Release 11.2.1.6.1

Changes for Release 11.2.1.6.1 from Release 11.2.1.6.0

1

Changes for Release 11.2.1.6.0 from Release 11.2.1.5.2

1.1Changes for Release 11.2.1.7.0 from Release 11.2.1.6.6

The file is no longer included in the installation directory.

Behavior changes are included in this document.

1.1.1Behavior changes in Release 11.2.1.7.0

Previous behavior: If SUBSTR() result is longer than the target column, the result

is silently truncated and an insert or update succeeds with the truncated string.

New behavior: If the result of SUBSTR() is longer than the target column in an

insert or update statement, the operation fails with error 982: "String

exceeds column width". For example, if column x is of type CHAR(4), SET

x=SUBSTR('abcdefg',2) results in error 982. SUBSTRB() in a multibyte

character set continues to silently truncate the string, and insert or update

continues to succeed with the truncated string.

1.1.2New features and changes in Release 11.2.1.7.0

See the "What's New" prefaces in the documentation to see the new features

documented in a specific guide.

You can create an explicitly loaded global cache group in a cache grid. If the cache

tables on the local grid member do not contain data that satisfies a query, then the

cache instance is transferred from other grid members to the local grid member in

a grid data transfer operation. If the grid does not contain the cache instance that

satisfies the query, data is not loaded from the Oracle tables and the query returns

no results. See Oracle In-Memory Database Cache User's Guide.

Oracle Data Provider for .NET 11.1.0.7.110 is available for Oracle TimesTen

In-Memory Database. It enables fast data access for .NET applications using

. This data provider supports TimesTen release 11.2.1.6.1 or later on

Microsoft Windows 32-bit and 64-bit platforms. It supports the .NET 2.0, 3.0 and

3.5 frameworks with Microsoft Visual Studio 2005 or later, and .NET 4.0 with

Visual Studio 2010. The Oracle Data Provider for .NET is available for download

on Oracle Technology Network:

/technetwork/database/timesten/downloads

For more information, see Oracle Data Provider for .NET Oracle TimesTen In-Memory

Database Support User's Guide.

Note:

Oracle Data Provider for .NET 11.1.0.7.110 supports Oracle

TimesTen In-Memory Database only. A future release of Oracle

Database Provider for .NET will support both Oracle Database and

Oracle TimesTen In-Memory Database.

Tables with aging are not supported with track-based parallel replication. In this

release, TimesTen prevents the user from including a table with aging from being

part of a replication scheme when ReplicationApplyOrdering=1.

TimesTen is supported for SUSE 11 on Linux x86-64.

The default value for the -maxsupportlogsize daemon option has been

changed from 1 to 10 MB. See Oracle TimesTen In-Memory Database Operations Guide.

2