TimesTen Error Messages

TT-05331

At least one unique index must be defined on the table with option 'ignoreDuplicates=Y' or 'ResumeFromSCN=nnnn'.


Cause

You attempted to call the ttLoadFromOracle built-in procedure on a TimesTen table with no unique indexes defined and specified either of the following options.

  • ignoreDuplicates=Y

  • ResumeFromSCN


Action

Retry the loading operation after either creating one or more unique indexes on the TimesTen table or removing both the ignoreDuplicates=Y and ResumeFromSCN options from the ttLoadFromOracle built-in procedure. For more information on ttLoadFromOracle built-in procedure, see ttLoadFromOracle in Oracle TimesTen In-Memory Database Reference.


Additional Information

TimesTen did no complete the loading operation.