ORA-01417 - example needed of solution
tx103108Apr 10 2009 — edited Apr 10 2009ORA-01417: a table may be outer joined to at most one other table
Cause: a.b (+) = b.b and a.c (+) = c.c is not allowed
Action: Check that this is really what you want, then join b and c first in a view.
Can someone supply a simple example of a solution given tables a, b, and c?