TimesTen Error Messages

TT-03104

A predicate may reference only one outer-joined table


Cause

You attempted to execute a SQL statement that joins two tables and both tables were outer joined. For example: T1.X1(+) + T2.X2(+)=T3.X3. In this case, both tables T1 and T2 are inner tables. This is not supported.


Action

Modify your SQL statement and ensure that only one of the tables is an outer join table and retry the operation.


Additional Information

TimesTen cannot execute the SQL statement.