Page 1 of 1

ORA-03115 unsupported network datatype or representation

Posted: Thu 22 Nov 2007 04:02
by edmire
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;

this works in latest build 4.30.25

Posted: Thu 22 Nov 2007 08:44
by edmire
I just downloaded the latest version and it seems to work!

Posted: Thu 22 Nov 2007 09:46
by Paul
You are welcome. Please take into account that Direct=true connection does not support all Oracle data types.