ERROR | 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. |
ERROR | 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. |