Oracle Error Message
ORA-22308: operation not allowed on evolved type
Reason for the Error
An attempt was made to replace a type whose attribute definition been been altered.
Solution
Submit ALTER TYPE ADD/DROP statement instead of ALTER TYPE REPLACE.