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.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message ORA-24328: illegal attribute value Reason for the Error The attribute value passed in is illegal. Solution Consult...
Oracle Error Message ORA-01346: LogMiner processed redo beyond specified reset log scn Reason for the Error LogMiner has detected a...
Oracle Error Message ORA-13241: specified dimensionality does not match that of the data Reason for the Error An error occurred...