TimesTen Error Messages

TT-08295

To use NCHAR/NVARCHAR values through Cache Connect, Oracle database national character set must be AL16UTF16


Cause

To use NCHAR/NVARCHAR2 types in a a cache group table column or a passthrough statement, the Oracle database national character set must be AL16UTF16.


Action

You can use SQL*Plus to connect to the Oracle database and issue the following query to check the database national character set:

SELECT VALUE FROM v$nls_parameters 
WHERE PARAMETER = 'NLS_NCHAR_
CHARACTERSET';

Additional Information

TimesTen cannot complete the operation.