Oracle DBA, How To, Error, Cause and Action

ORA-02307: cannot alter with REPLACE option a type that is not valid

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.

No comments:

Post a Comment

Thanks for your comment.