Oracle Error PLS-00731: ALTER TYPE is supported only on schema-level types

Oracle Error Message

PLS-00731: ALTER TYPE is supported only on schema-level types

Reason for the Error

An attempt was made to alter a type that was not schema-level.

Solution

ALTER TYPE is not legal for this type.