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.
Related Views
This procedure has no related views.
Syntax
ttApplicationContext (cmd)Parameters
ttApplicationContext has the parameter:
| Parameter | Type | Description |
|---|---|---|
|
|
|
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