ORA-30759: nested table cannot be partitioned for a composite partitioned base table
What triggered the Error:
The user specifed local or nested table parameters inside partition clause for a composite partitioned table.What should we do to fix it:
Issue the DDL without nested table partition clauses for composite partitioned table.