Oracle Error ORA-30759: nested table cannot be partitioned for a composite partitioned base table

Oracle Error Message

ORA-30759: nested table cannot be partitioned for a composite partitioned base table

Reason for the Error

The user specifed local or nested table parameters inside partition clause for a composite partitioned table.

Solution

Issue the DDL without nested table partition clauses for composite partitioned table.