ttRepStop

This procedure stops 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

ttRepStop()

Parameters

ttRepStop has no parameters.

Result Set

ttRepStop returns no results.

Examples

To stop the replication agent, use:

CALL ttRepStop();

Note:

When using this procedure, no application, including the application making the call, can be holding a connection that specifies database-level locking (LockLevel=1).