Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Specifies the number of seconds that a query can be executed by the replication agent before TimesTen writes a warning to the support log and throws an SNMP trap. The specified value takes effect the next time the replication agent is started. The query threshold for the replication agent applies to SQL execution on detail tables of materialized views, ON DELETE CASCADE operations and some internal operations that execute SQL statements.
This procedure requires the ADMIN privilege.
Syntax
ttRepQueryThresholdSet(seconds);
Parameters
ttRepQueryThresholdSet has the parameter:
Parameter | Type | Description |
---|---|---|
seconds |
TT_INTEGER NOT NULL | Number of seconds a SQL statement can be executed by the replication agent before TimesTen writes a warning to the support log and throws an SNMP trap. The value must be greater than or equal to 0. Default is 0 and indicates that no warnings will be written. |
Result set
ttRepQueryThresholdSet returns no results.
Examples
To set the replication query threshold value to four seconds, use:
CALL ttRepQueryThresholdSet(4);
See also