ODP.NET bug? "ORA-03106: fatal two-task communication protocol"
462495Oct 25 2005 — edited Oct 25 2005Our product suppose to work for both SQL SERVER and ORACLE, the product developed on SQL SERVER initially, I am creating another data access layer and convert T-SQL to PL/SQL, seems everything works fine, except work with oracle Long Raw type.
If I use Oracle.DataAccess.Dll for Oracle 9i, whenever I retrieve data from a reference cursor using OracleDataReader, or OracleDataAdapter, it always give me a error" "ORA-03106: fatal two-task communication protocol",
But if I use System.Data.OracleClient, seems everything works fine.
Is it a ODP.NET bug? or I miss something?