Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Returns the RAM policy used to determine when a data store is loaded into memory. The policy can be either always
, manual
, or inUse
.
This procedure requires no privilege.
Syntax
ttRamPolicyGet()
Result set
ttRamPolicyGet returns the results:
Column | Type | Description |
---|---|---|
ramPolicy |
TT_VARCHAR (10) | The policy used to determine when the data store is loaded into system RAM. Valid values are:
|
ramGrace |
TT_INTEGER | If the ramPolicy is inUse , this field reports the number of seconds the data store is kept in RAM after the last application has disconnected. Otherwise, this field is NULL. |
Parameters
ttRamPolicyGet has no parameters.
Examples
To view the RAM policy, use:
CALL ttRamPolicyGet();
See also