ttCacheAWTThresholdSet
Required Privilege
This procedure requires the CACHE_MANAGER 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
ttCacheAWTThresholdSet(threshold)Parameters
ttCacheAWTThresholdSet has the parameter:
| Parameter | Type | Description |
|---|---|---|
|
|
|
Specifies the number of transaction log files for all AWT cache groups associated with the database. If the threshold is |
Result Set
ttCacheAWTThresholdSet returns no results.
Examples
To set the threshold to allow 12 transaction log files to accumulate, use:
CALL ttCacheAWTThresholdSet(12);
Notes
-
This procedure is available only for cache operations.
-
The user is responsible to recover when the threshold is exceeded.
See Also