Skip Headers
Oracle® TimesTen In-Memory Database Reference
Release 11.2.1

Part Number E13069-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

ttVersion

Description

Returns the 5 digits that make up the release number of the current TimesTen instance.

Required privilege

This procedure requires no privilege.

Syntax

ttVersion()

Parameters

ttVersion has no parameters:

Result set

ttVersion returns the result set:

Column Type Description
major TT_INTEGER NOT NULL The major release number. Indicates releases with major infrastructure and functionality changes.
minor TT_INTEGER NOT NULL The minor release number. Indicates a version with new functionality changes, but no infrastructure changes.
patch TT_INTEGER NOT NULL The patch release number. Indicates a release that contains all bug fixes since the previous maintenance release.
relDot4 TT_INTEGER NOT NULL Indicates a release with minor bug fixes.
relDot5 TT_INTEGER NOT NULL This digit in the release number is reserved for future use.

Example

CALL ttVersion( );
<11, 2, 1 , 1, 0>
1 row found.

In this case, the TimesTen release number is: 11.2.1.1.0.