ttApplicationContext

This procedure sets application-defined context for the next update record (either an UPDATE or commit) to pass application specific data to XLA readers.

Required Privilege

This procedure requires no privilege.

Usage in TimesTen Scaleout and TimesTen Classic

This procedure is supported in TimesTen Classic but not supported in TimesTen Scaleout.

Related Views

This procedure has no related views.

Syntax

ttApplicationContext (cmd)

Parameters

ttApplicationContext has the parameter:

Parameter Type Description

cmd

VARBINARY(16384) NOT NULL

Context information to be passed to the XLA readers.

Result Set

ttApplicationContext returns no results.

Examples

CALL ttApplicationContext (0x123);

See Also

  • XLA Reference in Oracle TimesTen In-Memory Database C Developer's Guide