TT-03100
Outer join operator (+) in this OR expression is not supported
Cause
You attempted to use the OUTER JOIN operator (+) either in an OR condition (for example, x1(+)=1 OR x1(+)=2...) or in an IN condition (for example, x1(+)IN (1,2,3)). Neither of these uses are supported.
Action
Do not use the OUTER JOIN operator (+) in OR or in IN conditions.
Additional Information
TimesTen cannot execute the SQL statement.