Oracle Error ORA-30765: cannot modify scope for an unscoped REF column

Oracle Error Message

ORA-30765: cannot modify scope for an unscoped REF column

Reason for the Error

An attempt was made to modify the scope for an unscoped REF column.

Solution

Use an ALTER TABLE ADD SCOPE FOR command instead.