Oracle Error ORA-02349: invalid user-defined type – type is incomplete

Oracle Error Message

ORA-02349: invalid user-defined type – type is incomplete

Reason for the Error

An attempt was made to use an incomplete type definition as a column or table datatype.

Solution

Complete the type definition and retry the operation.