Stopping the Cache Agent

TimesTen provides commands to stop a cache agent.

  • In TimesTen Scaleout, use ttGridAdmin dbCacheStop command to stop the cache agent on all instances within the grid. See Stopping the Cache Agents for TimesTen Scaleout in the Oracle TimesTen In-Memory Database Scaleout User's Guide.

  • In TimesTen Classic, 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