Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Sets application-defined context for the next update record (either an UPDATE or commit) in order to pass application specific data to XLA readers.
This procedure requires no privilege.
Syntax
ttApplicationContext (cmd)
Parameters
ttApplicationContext has the parameter:
Parameter | Type | Description |
---|---|---|
cmd |
VARBINARY(16384) NOT NULL | Context information to be passed. |
Result set
ttApplicationContext returns no results.
Example
CALL ttApplicationContext (0x123);
See also
"XLA Reference" in Oracle TimesTen In-Memory Database C Developer's Guide