Oracle Solution for Error ora-01763

Solution for Oracle Error ORA-01763

ORA-01763: update or delete involves outer joined table

What triggered the Error:

For deletes, the table being deleted from is outer joined to some other table. For updates, either the table being updated is outer- joined to some other table, or some table reachable from the primary table is being outer joined to a table not reachable from the primary table.

What should we do to fix it:

Change the join specification.