Database Error Messages

ORA-02307

cannot alter with REPLACE option a type that is not valid

Cause

An attempt was made to ALTER with REPLACE option a type that is not valid.


Action

Use the CREATE OR REPLACE TYPE command to modify the type.