Stopping the Cache Agent
TimesTen provides commands to stop a cache agent.
- 
                     
                     In TimesTen Scaleout, use ttGridAdmin dbCacheStopcommand 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 ttCacheStopbuilt-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,cacheactiveandcachestandbydatabases, issue the following built-in procedure call to stop the cache agent on the database:Command> CALL ttCacheStop; Command> exit