"data type is not supported" when trying to return an array from oracle
Posted: Thu 14 Dec 2006 07:45
i have a stored function which returns an array, and i use it in a query, for example
select array_returning_function() from dual
this runs fine, until i set orasession.net to true. when try to execute it, i get an exception "data type is not supported" .
What is the cause and solution to this problem? Thanks in advance.
select array_returning_function() from dual
this runs fine, until i set orasession.net to true. when try to execute it, i get an exception "data type is not supported" .
What is the cause and solution to this problem? Thanks in advance.