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.
ORA-30765: cannot modify scope for an unscoped REF column
An attempt was made to modify the scope for an unscoped REF column.
Use an ALTER TABLE ADD SCOPE FOR command instead.