Oracle Error ORA-22975: cannot create a PRIMARY KEY-based REF to this object view

Oracle Error Message

ORA-22975: cannot create a PRIMARY KEY-based REF to this object view

Reason for the Error

The object view specified in the MAKE_REF function does not have a PRIMARY KEY-based object identifier. A PRIMARY KEY-based REF cannot be created for such a view.

Solution

Specify an object view that has a PRIMARY KEY-based object identifier in the MAKE_REF function.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message ORA-24328: illegal attribute value Reason for the Error The attribute value passed in is illegal. Solution Consult...
Oracle Error Message ORA-01346: LogMiner processed redo beyond specified reset log scn Reason for the Error LogMiner has detected a...
Oracle Error Message ORA-13241: specified dimensionality does not match that of the data Reason for the Error An error occurred...