TimesTen Error Messages

TT-05305

Oracle query does not match TimesTen table schema. Mismatched number of columns between the TimesTen table (number columns) and Oracle query (number columns)


Cause

The number of columns in the TimesTen table does not match the number in the Oracle database query result set. The mismatch was detected when you executed the ttTableSchemaFromOraQueryGet built-in, or the ttLoadFromOracle built-in, or the createAndLoadfromOraQuery command.


Action

Examine the TimesTen table and the Oracle database query to resolve the mismatch. Then call the built-in procedure or command.

For more information on the ttTableSchemaFromOraQueryGet and ttLoadFromOracle built-in procedures and createAndLoadfromQuery command, see ttTableSchemaFromOraQueryGet, ttLoadFromOracle, and ttIsql, respectively, in the Oracle TimesTen In-Memory Database Reference.


Additional Information

The call to the built-in procedure or command failed.