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
To enable or disable RLV storage settings on an existing table, execute:
ALTER TABLE [ owner.]table-name
    { ENABLE | DISABLE } RLV STORE
  • table-name – the name of table for which the RLV storage is to be enabled or disabled.
Related reference
ALTER TABLE Statement