ttRepStart

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

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