Oracle Error ORA-02032: clustered tables cannot be used before the cluster index is built

Oracle Error Message

ORA-02032: clustered tables cannot be used before the cluster index is built

Reason for the Error

User attempted to perform a DML statement on a clustered table for which no cluster index has yet been created.

Solution

Create the cluster index.