Manage In-Memory Database Cache and Clusterware

The following three steps are the most common management tasks once the active standby pair have been created by Oracle Clusterware:

1. Check the cluster agent status

a. Check the TimesTen cluster agent by executing the ttCWAdmin -status command on one of the hosts. eg on mobile-qa6:
   
ttCWAdmin -status -dsn cachedb1_1121
   
  ttCWAdmin -status [cache]

2. Stop the cluster agents for the active standby pair

a. Stop the cluster agents by executing the ttCWAdmin -stop command on one of the hosts. eg on mobile-qa3:
   
ttCWAdmin -stop -dsn cachedb1_1121
   
  ttCWAdmin -stop [cache]

3. Drop the active standby pair

a. Drop the active standby pair and de-register the cluster agents by executing the ttCWAdmin -drop command on one of the hosts. eg on mobile-qa6:
   
ttCWAdmin -drop -dsn cachedb1_1121
   
  ttCWAdmin -drop [cache]