ttEpochSessionGet

This procedure returns the epoch identifier of the last epoch created by the current connection, if one is available.

Required Privilege

This procedure requires no privilege.

Usage in TimesTen Scaleout and TimesTen Classic

This procedure is not supported in TimesTen Classic.

TimesTen Scaleout applications can call this built-in procedure.

In TimesTen Scaleout, this procedure runs on all elements in the grid.

Related Views

This procedure has these related views.

SYS.GV$EPOCH_SESSION

SYS.V$EPOCH_SESSION

Syntax

ttEpochSessionGet()

Parameters

ttEpochSessionGet has no parameters.

Result Set

ttEpochSessionGet returns the result set:

Column Type Description

epoch

TT_VARCHAR (50)

The epoch session ID, if available.

Examples

CALL ttEpochSessionGet();
< 1023 >