Oracle Error Message
ORA-01417: a table may be outer joined to at most one other table
Reason for the Error
a.b (+) = b.b and a.c (+) = c.c is not allowed
Solution
Check that this is really what you want, then join b and c first in a view.
ORA-01417: a table may be outer joined to at most one other table
a.b (+) = b.b and a.c (+) = c.c is not allowed
Check that this is really what you want, then join b and c first in a view.