Oracle Solution for Error ora-30765

Solution for Oracle Error ORA-30765

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

What triggered the Error:

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

What should we do to fix it:

Use an ALTER TABLE ADD SCOPE FOR command instead.