Oracle Solution for Error ora-22887

Solution for Oracle Error ORA-22887

ORA-22887: type of REF column is not the same as that of its scoped table

What triggered the Error:

e type specified for the REF column and the type specified for the scope table are different.

What should we do to fix it:

sure that the types of a REF column and its scoped table are the same.