Oracle Error ORA-22895: referenced table “string” in schema “string” is not an object table

Oracle Error Message

ORA-22895: referenced table “string” in schema “string” is not an object table

Reason for the Error

The referenced table specified for a REF column is not an object table.

Solution

Ensure that the referenced table is an object table.Then retry the operation.