Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Returns the context value of the current connection as a BINARY(8) value. The context can be used to correlate a unique connection to a data store from the list of connections presented by the ttStatus utility and the ttDataStoreStatus built-in procedure.
This procedure requires no privilege.
Syntax
ttContext()
Parameters
ttContext has no parameters.
Result set
ttContext returns the result set:
Column | Type | Description |
---|---|---|
CONTEXT |
Binary(8) | Current connection's context value. |
Example
CALL ttContext;
Note
The context value numbers are unique only within a process. The context value number is not unique within the entire data store. Therefore you may see the same context value number for different processes.
See also