Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-01447

ALTER TABLE does not operate on clustered columns

Cause

An ALTER TABLE MODIFY statement specified a column used to cluster the table. Clustered columns may not be altered.


Action

To alter the column, first re-create the table in non-clustered form. The column's size can be increased at the same time.