TimesTen Error Messages

TT-03102

A table may be outer joined with at most one outer table


Cause

You attempted to perform an outer join to the same table from more than one table. For example, T1.X1(+) = T2.X2 AND T2.X3(+)=T1.X1. Table T1 was outer joined with both T1 and T2. This operation is not supported.


Action

Modify your SQL statement to outer join a table with only one other table, and then retry the operation.


Additional Information

TimesTen cannot execute the SQL statement.