ttRamPolicyAutoReloadGet

This procedure returns the RAM autoreload policy used to determine if a database is reloaded into RAM after an invalidation. The policy can be either 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

flag

TT_INTEGER

The policy used to determine if the database is reloaded into RAM after an invalidation. Valid values are:

0 - The database is not automatically reloaded into memory after an invalidation. This is the equivalent of the command ttAdmin -noAutoReload.

1 - The database is automatically reloaded into memory after an invalidation. This is the equivalent of the command ttAdmin -autoReload. This is the default autoreload policy.

Examples

To view the RAM autoreload policy, use:

CALL ttRamPolicyAutoReloadGet();