ORA-22899 cannot specify both scope and rowid constraint on ref column cause and solution
The following is the ORA-22899 error message, you can learn the cause and solution of the Oracle database error.
ORA-22899 cannot specify both scope and rowid constraint on ref column
Cause: An attempt was made to specify both a scope and a ROWID constraint on a REF column.
Solution: Remove either the ROWID or scope constraint and then retry the operation.
Please wait for the update…