Oracle Solution for Error ora-01417

Solution for Oracle Error ORA-01417

ORA-01417: a table may be outer joined to at most one other table

What triggered the Error:

a.b (+) = b.b and a.c (+) = c.c is not allowed

What should we do to fix it:

Check that this is really what you want, then join b and c first in a view.