ttRepStart
This procedure starts the TimesTen replication agent for the connected database.
Required Privilege
This procedure requires the CACHE_MANAGER privilege.
Related Views
This procedure has no related views.
Syntax
ttRepStart()
Parameters
ttRepStart has no parameters.
Result Set
ttRepStart returns no results.
Examples
To start the replication agent, use:
CALL ttRepStart();
Notes
-
The replication agent does not start if the database 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 database-level locking (
LockLevel=1).
See Also
- ttRepDeactivate
- ttRepTransmitGet
- ttRepTransmitSet
- ttReplicationStatus
- ttRepPolicySet
- ttRepStop
- ttRepSubscriberStateSet
- ttRepSubscriberWait
- ttRepSyncSet
- ttRepSyncGet
- ttRepDuplicateEx in Oracle TimesTen In-Memory Database C Developer's Guide