ttRamPolicyAutoReloadSet
autoreload or noautoreload.
Required Privilege
This procedure requires the ADMIN privilege.
Related Views
This procedure has no related views.
Syntax
ttRamPolicyAutoReloadSet(flag)Parameters
ttRamPolicyAutoReloadSet has the parameters:
| Parameter | Type | Description |
|---|---|---|
|
|
|
The policy used to determine if the database is reloaded into RAM after an invalidation. Valid values are:
|
Result Set
ttRamPolicyAutoReloadSet returns no results.
Examples
To automatically reload a database into RAM after an invalidation, use:
CALL ttRamPolicyAutoReloadSet(1);
See Also