Oracle Solution for Error ora-01761

Solution for Oracle Error ORA-01761

ORA-01761: DML operation does not map to a unique table in the join

What triggered the Error:

The primary table is the base table against which the update, insert or delete operation is finally being done. For delete either there is no primary table in the join query or there is more than one. For update or insert the columns specified map to more than one base table.

What should we do to fix it:

Change the join specification.