标题: ORA-14254: cannot specify ALLOCATE STORAGE [打印本页] 作者: admin 时间: 2016-8-19 11:17 标题: ORA-14254: cannot specify ALLOCATE STORAGE ORA-14254: cannotspecify ALLOCATE STORAGE for a (Composite) Range or List partitioned table Cause: User specified ALLOCATE STORAGE clause in ALTER TABLEstatement
issued against a Range or Composite Range partitioned table which is illegal. Action: Removethe illegal option. If it is desired to add storage to individual
partitions/subpartitions, ALLOCATE STORAGE clause may be specified with
ALTER TABLE MODIFY PARTITION/SUBPARTITION statement. If it is desired
to add storage to all subpartitions of a Composite partition, ALLOCATE
STORAGE clause may be specified with ALTER TABLE MODIFY PARTITION.