ttCacheAWTThresholdSet
This procedure sets the threshold for the number of transaction log files that can accumulate before AWT is considered either terminated or too far behind to catch up. This setting applies to all subscribers to the database. When the threshold is exceeded, updates are no longer sent to the Oracle database. If no threshold is set then the default is zero
Required Privilege
Note:
This procedure does not support log-based cache groups.This procedure requires the CACHE_MANAGER privilege.
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