Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Stops the TimesTen Replication Agent for the connected data store.
This procedure requires the CACHE_MANAGER privilege.
Syntax
ttRepStop()
Parameters
ttRepStop has no parameters.
Result set
ttRepStop returns no results.
Examples
To stop the replication agent, use:
CALL ttRepStop();
Notes
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