ORA-03115 unsupported network datatype or representation

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
edmire
Posts: 3
Joined: Thu 22 Nov 2007 03:57

ORA-03115 unsupported network datatype or representation

Post by edmire » Thu 22 Nov 2007 04:02

Hello, when I execute the following statement, I get "ORA-03115 unsupported network datatype or representation" on the OracleCommand.ExecuteNonquery() line. Can you please help me resolve this? Thanks.

begin open :cur for SELECT VALUE(P) FROM table(DBMS_SQLTUNE.SELECT_WORKLOAD_REPOSITORY (33,34)) P; end;

edmire
Posts: 3
Joined: Thu 22 Nov 2007 03:57

this works in latest build 4.30.25

Post by edmire » Thu 22 Nov 2007 08:44

I just downloaded the latest version and it seems to work!

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

Post by Paul » Thu 22 Nov 2007 09:46

You are welcome. Please take into account that Direct=true connection does not support all Oracle data types.

Post Reply