ttCacheAWTThresholdGet
This procedure returns the current transaction log file threshold for databases that include AWT cache groups.
Required Privilege
Note:
This procedure does not support log-based cache groups.This procedure requires no privilege.
Related Views
This procedure has no related views.
Syntax
ttCacheAWTThresholdGet()
Parameters
ttCacheAWTThresholdGet has no parameters.
Result Set
ttCacheAWTThresholdGet returns the result:
| Column | Type | Description |
|---|---|---|
|
|
|
The number of transaction log files for all AWT cache groups associated with the database. If the result is |
Examples
CALL ttCacheAWTThresholdGet();
This procedure is available only for cache operations.
See Also