Oracle Error ORA-14653: parent table of a reference-partitioned table must be partitioned

Oracle Error Message

ORA-14653: parent table of a reference-partitioned table must be partitioned

Reason for the Error

Attempted to create a reference-partitioned table with a non-partitioned parent table.

Solution

Correct the statement and reenter.