Oracle Error Message
ORA-22327: cannot change a type to NOT INSTANTIABLE if it has dependent tables
Reason for the Error
An attempt was made to change a type with dependent tables to NOT INSTANTIABLE.
Solution
Drop all dependent tables of the target type and resubmit the statement.