ttRepStop

This procedure stops the TimesTen replication agent for the connected database.

Required Privilege

This procedure requires the CACHE_MANAGER privilege.

Usage in TimesTen Scaleout and TimesTen Classic

This procedure is supported in TimesTen Classic but not supported in TimesTen Scaleout.

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).