ttRamPolicyAutoReloadGet
autoreload
or noautoreload
.
Required Privilege
This procedure requires no privilege.
Usage in TimesTen Scaleout and TimesTen Classic
This procedure is supported in TimesTen Classic but not supported in TimesTen Scaleout.Related Views
This procedure has no related views.
Syntax
ttRamPolicyAutoReloadGet()
Parameters
ttRamPolicyAutoReloadGet
has no parameters.
Result Set
ttRamPolicyAutoReloadGet
returns the results:
Column | Type | Description |
---|---|---|
|
|
The policy used to determine if the database is reloaded into RAM after an invalidation. Valid values are:
|
Examples
To view the RAM autoreload policy, use:
CALL ttRamPolicyAutoReloadGet();
See Also