TimesTen Error Messages

TT-05314

Load From Oracle Warning: Cannot check for truncation of char/nchar columns for this load.


Cause

The Oracle database statement you specified could not be checked for truncation of CHAR and NCHAR values. Common causes for this are:

  • The Oracle database statement you specified might contain an ORDER BY clause.
  • The Oracle database statement you specified might exceed maximum query length once TimesTen rewrites the statement to be used by the ttLoadFromOracle built-in or the createAndLoadfromOraQuery command.

Action

Review the daemon log for more details about the warning. If you require TimesTen to check for CHAR or NCHAR truncation, ensure that the column lengths in the Oracle database and TimesTen are the same. For more information on how to review the daemon log, see Using the logs generated by the TimesTen daemon in Oracle TimesTen In-Memory Database Monitoring and Troubleshooting Guide.


Additional Information

CHAR and NCHAR column values may be truncated by the ttLoadFromOracle built-in or the createAndLoadfromOraQuery command.