TimesTen Error Messages

TT-02796

ON COMMIT option is only supported with temporary tables


Cause

You specified the ON COMMIT clause for a table that is not a temporary table. This clause is valid on temporary tables only.


Action

Omit this clause when creating tables that are not temporary tables. For more information, see CREATE TABLE in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not create the table.