Oracle Solution for Error ora-14065

Solution for Oracle Error ORA-14065

ORA-14065: ALLOCATE STORAGE may not be specified for a partitioned table

What triggered the Error:

User specified ALLOCATE STORAGE clause in ALTER TABLE statement issued against a partitioned table which is illegal.

What should we do to fix it:

Remove the illegal option. If it is desired to add storage to individual partitions, ALLOCATE STORAGE clause may be specified with ALTER TABLE MODIFY PARTITION statement.