Oracle Solution for Error ora-02270

Solution for Oracle Error ORA-02270

ORA-02270: no matching unique or primary key for this column-list

What triggered the Error:

A REFERENCES clause in a CREATE/ALTER TABLE statement gives a column-list for which there is no matching unique or primary key constraint in the referenced table.

What should we do to fix it:

Find the correct column names using the ALL_CONS_COLUMNS catalog view