| Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Returns the current policy used to determine when the TimesTen cache agent for the connected data store should run. The policy can be either always or manual.
This procedure requires no privilege.
Syntax
ttCachePolicyGet()
Parameters
ttCachePolicyGet has no parameters.
Result set
ttCachePolicyGet returns the result:
| Column | Type | Value |
|---|---|---|
cachePolicy |
TT_VARCHAR(10) | Specifies the policy used to determine when the TimesTen cache agent for the data store should run. Valid values are:
|
Examples
To get the current policy for the TimesTen cache agent, use:
CALL ttCachePolicyGet ();
Notes
This procedure is available only for IMDB Cache.
See also