Database Error Messages

ORA-22887

type of REF column column_name is not the same as that of its scoped table
  • column_name: The REF column name.

Cause

The type specified for the REF column and the type specified for the scope table were different.


Action

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