ORA-30766: cannot modify scope for a REF column with a REFERENCES constraint
What triggered the Error:
An attempt was made to modify the scope for a REF column with a REFERENCES constraint.What should we do to fix it:
Drop the REFERENCES constraint, and retry the operation.