Page 1 of 1

OraDirect .NET Pro and Oracle SYS.ANYDATA Fields

Posted: Thu 31 Mar 2005 10:26
by T. Gondorf
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

Posted: Mon 04 Apr 2005 08:38
by Oleg
OraDirect .NET now doesn't support SYS.ANYTYPE type but we are planning
to learn a possibility of its support in future.