TT-03103
Two tables cannot be outer joined together
Cause
A cycle of OUTER JOIN was found, where each table is both an inner and an outer table. For example: T1.X1(+) = T2.X2 AND T3.X3(+)=T1.X1. This is not supported.
Action
Modify your SQL statement so that you do not outer join both tables together, and then retry the operation.
Additional Information
TimesTen cannot execute the SQL statement.
TT-03103
Two tables cannot be outer joined together
Cause
A cycle of OUTER JOIN was found, where each table is both an inner and an outer table. For example: T1.X1(+) = T2.X2 AND T3.X3(+)=T1.X1. This is not supported.
Action
Modify your SQL statement so that you do not outer join both tables together, and then retry the operation.
Additional Information
TimesTen cannot execute the SQL statement.
TT-03103
Two tables cannot be outer joined together
Cause
A cycle of OUTER JOIN was found, where each table is both an inner and an outer table. For example: T1.X1(+) = T2.X2 AND T3.X3(+)=T1.X1. This is not supported.
Action
Modify your SQL statement so that you do not outer join both tables together, and then retry the operation.
Additional Information
TimesTen cannot execute the SQL statement.