OracleConnection problem in thread

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
bejby

OracleConnection problem in thread

Post by bejby » Mon 30 May 2005 11:06

Im trying to run some oracleCommands in a thread and got the Exception:

An unhandled exception of type 'System.InvalidCastException' occurred in corelab.oracle.dll

Additional information: QueryInterface for interface a.c.CoreLab1Oracleb failed.

When I run the code outside a thread it works fine. Any hints???

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Tue 31 May 2005 13:42

Possibly you are using OracleMonitor component with multithreading. It is a known problem and we are working on it. As soon as we solve the problem, we'll let you know.

Guest

Post by Guest » Tue 31 May 2005 14:46

Paul wrote:Possibly you are using OracleMonitor component with multithreading. It is a known problem and we are working on it. As soon as we solve the problem, we'll let you know.
Thanks. It solved my problem.

Post Reply