Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ODP.NET bug? "ORA-03106: fatal two-task communication protocol"

462495Oct 25 2005 — edited Oct 25 2005
Our 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 22 2005
Added on Oct 25 2005
4 comments
826 views