Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Starts the TimesTen Replication Agent for the connected data store.
This procedure requires the CACHE_MANAGER privilege.
Syntax
ttRepStart()
Parameters
ttRepStart has no parameters.
Result set
ttRepStart returns no results.
Examples
To start the replication agent, use:
CALL ttRepStart();
Note
The replication agent does not start if the data store does not participate in any replication scheme.
When using this procedure, no application, including the application making the call, can be holding a connection that specifies data store-level locking (LockLevel=1).
See also