Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Defines the replication restart policy used to determine when the TimesTen Replication Agent for the connected data store should run. The policy can be either always
, manual
, or norestart
.
This procedure requires the ADMIN privilege.
Syntax
ttRepPolicySet('repPolicy')
Parameters
ttRepPolicySet has this parameter:
Parameter | Type | Description |
---|---|---|
repPolicy |
TT_VARCHAR (10) NOT NULL | Specifies the policy used to determine when the TimesTen Replication Agent for the data store should run. Valid values are:
|
Result set
ttRepPolicySet returns no results.
Examples
To set the policy for TimesTen Replication Agent to always, use:
CALL ttRepPolicySet('always');
See also