Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Returns the number of seconds that was most recently specified as the query threshold for the replication agent. The number of seconds returned may not be the same as the query threshold in effect. Setting a new value for the query threshold takes effect the next time the replication agent is started.
This procedure requires the ADMIN privilege.
Syntax
ttRepQueryThresholdGet()
Parameters
ttRepQueryThresholdGet has no parameters.
Result set
ttRepQueryThresholdGet returns the result:
Column | Type | Description |
---|---|---|
repQueryThreshold |
TT_INTEGER | The number of seconds that a replication query executes before returning an error. |
Examples
To get the replication query threshold value, use:
CALL ttRepQueryThresholdGet; < 4 > 1 row found.
See also