| ERROR | update or delete involves outer joined table |
| CAUSE | 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. |
| ACTION | Change the join specification. |