Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Returns the current transaction log file threshold for data stores that include AWT cache groups.
Required privilege
This procedure requires no privilege.
Syntax
ttCacheAWTThresholdGet()
Parameters
ttCacheAWTThresholdGet has no parameters.
Result set
ttCacheAWTThresholdGet returns the result:
Column | Type | Description |
---|---|---|
threshold |
TT_INTEGER NOT NULL | The number of transaction log files for all AWT cache groups associated with the data store. If 0, there is no set limit. |
Example
CALL ttCacheAWTThresholdGet();
Note
This procedure is available only for IMDB Cache.
See also