Enabling or Disabling RLV Settings for an Existing Table

You can alter an existing base table so that it is enabled or disabled for RLV storage.

Prerequisites
Task
Use the statement ALTER TABLE <table-name> { ENABLE | DISABLE} RLV STORE
  • <table-name> – the name of table for which the RLV storage is to be enabled or disabled.
  • { ALTER column-name MOVE { PARTITION ( partition-name TO new-dbspace-name ) | TO new-dbspace-name } }  | MOVE PARTITION partition-name TO new-dbspace-name   | MOVE TO new-dbspace-name  | MOVE METADATA TO new-dbspace-name – not supported syntax when altering an RLV-enabled table.