Disabling and Reenabling the Cache Dbspace

Change the online/offline status of a cache dbspace to disable a cache dbspace without dropping it, and to reenable a disabled cache dbspace.

Prerequisites
Task
  1. Connect to a simplex or multiplex node.
  2. Disable the cache dbspace, or reenable a previously disabled cache dbspace, using the ALTER DBSPACE statement:
    • Disable a cache dbspace:
      ALTER DBSPACE myDAS OFFLINE
    • Re-enable a disabled cache dbspace:
      ALTER DBSPACE myDAS ONLINE