Stopping the Cache Agent

TimesTen provides commands to stop a cache agent.

In TimesTen, call the ttCacheStop built-in procedure to stop the cache agent. This must be done on all standalone TimesTen databases and, if used, the active and standby databases of the active standby pair.

From the cache1, cache2, cacheactive and cachestandby databases, issue the following built-in procedure call to stop the cache agent on the database:

Command> CALL ttCacheStop;
Command> exit