TimesTen Error Messages

TT-08204

Columns have been added to table too many times


Cause

The operation is not permitted because the table would have more than the maximum number of partitions. For more information, see System Limits and Defaults in Oracle TimesTen In-Memory Database Reference.


Action

Consider rebuilding the table, either using INSERT...SELECT or the ttBulkCp utility. For more information about the INSERT...SELECT SQL statement, see INSERT...SELECT in Oracle TimesTen In-Memory Database SQL Reference. For more information about the ttBulkCp utility, see ttBulkCp in the Oracle TimesTen In-Memory Database Reference.


Additional Information

TimesTen cannot complete the operation.