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