Cause
A predicate in the WHERE clause had two columns from different tables with "(+)".
Action
Change the WHERE clause so that each predicate has a maximum of one outer-join table.
Error Message
a predicate may reference only one outer-joined table
A predicate in the WHERE clause had two columns from different tables with "(+)".
Change the WHERE clause so that each predicate has a maximum of one outer-join table.