ORA-22887 type of REF column is not the same as that of its scoped table cause and solution
The following is the ORA-22887 error message, you can learn the cause and solution of the Oracle database error.
ORA-22887 type of REF column is not the same as that of its scoped table
Cause: The type specified for the REF column and the type specified for the scope table are different.
Solution: Ensure that the types of a REF column and its scoped table are the same.
Please wait for the update…