I can increase PCTFREE easily on a normal table but not on a clustered table. I have checked at metalink and can’t find any solution. Has anyone a workaround on how to increase PCTFEE on a clustered table?

SQL> alter TABLE NORMA PCTFREE 20
2 /
Table altered.

SQL> alter table CUSTOD PCTFREE 30
2 /
alter table CUSTOD PCTFREE 30
*
ERROR at line 1:
ORA-01771: illegal option for a clustered table

C. K.
Apps DBA