OracleType.GetObjectType

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

OracleType.GetObjectType

Post by Guest » Wed 28 Jun 2006 13:29

Hi

If I try and use OracleType.GetObjectType("TX_VALUES_ARRAY",conn) with direct connection I get a corelab cast error,if I change my connection to direct = false and supply a tns entry it works fine.

I have to use direct.Any help will be appreciated

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 29 Jun 2006 06:27

Objects are not supported in the direct mode. For more information please read OraDirect .NET help documentation.

Post Reply