[cx-oracle-users] Two-task protocol error when accessing NVARCHAR2 column
Brought to you by:
atuining
From: Hamish L. <ham...@gm...> - 2005-09-12 11:10:08
|
I get the following error when attempting to select an NVARCHAR2 column: cx_Oracle.DatabaseError: ORA-03106: fatal two-task communication protocol error I understand that ORA-03106 can arise dur to mismatches in character sets. However the same query succeeds when tried from within SQL*Plus. The database's character set is US7ASCII and its national character set is AL16UTF16. The client machine runs Solaris 9. Hamish Lawson |