OraDirect .NET Pro and Oracle SYS.ANYDATA Fields

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

OraDirect .NET Pro and Oracle SYS.ANYDATA Fields

Post by T. Gondorf » Thu 31 Mar 2005 10:26

Hi,

i try to access a table with columns of type SYS.ANYTYPE. While executing the select statement via ExecuteReader an Application Error is raised at :
"CoreLab.Oracle.OracleType..ctor(String A_0, String A_1, OracleConnection A_2)
at CoreLab.Oracle.OracleType.GetObjectType(String schemaName, String typeName, OracleConnection connection)
at CoreLab.Oracle.OracleDataReader.g()
at CoreLab.Oracle.OracleDataReader..ctor(OracleCursor[] A_0, OracleCommand A_1, CommandBehavior A_2)
at CoreLab.Oracle.OracleCommand.a(CommandBehavior A_0, Int32 A_1, Boolean A_2)
at CoreLab.Oracle.OracleCommand.ExecuteReader(CommandBehavior behavior)
at CoreLab.Oracle.OracleCommand.ExecuteReader() (...)"

Do OraDirect not support columns of type ANYDATA? Is there a workaround?

Thanks for your comments.


Thomas Gondorf

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Post by Oleg » Mon 04 Apr 2005 08:38

OraDirect .NET now doesn't support SYS.ANYTYPE type but we are planning
to learn a possibility of its support in future.

Post Reply