ttEpochCreate

This procedure causes the next committed transaction to commit as an epoch transaction.

An epoch is a transaction that marks a globally consistent point in time across all elements of the database. An epoch is durably committed in every replica set of a grid.

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 no related views.

Syntax

ttEpochCreate()

Parameters

ttEpochCreate has no parameters.

Result set

ttEpochCreate returns no results.

Examples

CALL ttEpochCreate ();